Package 

Class RemoteProcessImpl

    • Method Summary

      Modifier and Type Method Description
      ParcelFileDescriptor getOutputStream()
      ParcelFileDescriptor getInputStream()
      ParcelFileDescriptor getErrorStream()
      int exitValue()
      void destroy()
      int waitFor()
      static ParcelFileDescriptor parcelable(InputStream inputStream)
      static ParcelFileDescriptor parcelable(OutputStream outputStream)
      static void transferThread(InputStream inputStream, OutputStream outputStream)
      • Methods inherited from class com.rosan.app_process.IRemoteProcess.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 android.os.IInterface

        asBinder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait