-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,com.rosan.app_process.INewProcess
public class NewProcessImpl extends INewProcess.Stub
-
-
Constructor Summary
Constructors Constructor Description NewProcessImpl()
-
Method Summary
Modifier and Type Method Description voidexit(int code)IRemoteProcessremoteProcess(List<String> cmdList, Map<String, String> env, String directory)booleanonTransact(int code, Parcel data, Parcel reply, int flags)-
Methods inherited from class com.rosan.app_process.INewProcess.Stub
asBinder, asInterface, getDefaultImpl, onTransact, setDefaultImpl -
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath -
Methods inherited from class android.os.IBinder
getSuggestedMaxIpcSizeBytes -
Methods inherited from class com.rosan.app_process.INewProcess
remoteProcess -
Methods inherited from class android.os.IInterface
asBinder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
exit
void exit(int code)
-
remoteProcess
IRemoteProcess remoteProcess(List<String> cmdList, Map<String, String> env, String directory)
-
onTransact
boolean onTransact(int code, Parcel data, Parcel reply, int flags)
-
-
-
-