Lines Matching defs:Stub

37     public static abstract class Stub extends Binder implements IMountService {
63 mRemote.transact(Stub.TRANSACTION_registerListener, _data, _reply, 0);
80 mRemote.transact(Stub.TRANSACTION_unregisterListener, _data, _reply, 0);
97 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageConnected, _data, _reply, 0);
118 mRemote.transact(Stub.TRANSACTION_setUsbMassStorageEnabled, _data, _reply, 0);
136 mRemote.transact(Stub.TRANSACTION_isUsbMassStorageEnabled, _data, _reply, 0);
157 mRemote.transact(Stub.TRANSACTION_mountVolume, _data, _reply, 0);
181 mRemote.transact(Stub.TRANSACTION_unmountVolume, _data, _reply, 0);
200 mRemote.transact(Stub.TRANSACTION_formatVolume, _data, _reply, 0);
220 mRemote.transact(Stub.TRANSACTION_getStorageUsers, _data, _reply, 0);
240 mRemote.transact(Stub.TRANSACTION_getVolumeState, _data, _reply, 0);
267 mRemote.transact(Stub.TRANSACTION_createSecureContainer, _data, _reply, 0);
290 mRemote.transact(Stub.TRANSACTION_destroySecureContainer, _data, _reply, 0);
312 mRemote.transact(Stub.TRANSACTION_finalizeSecureContainer, _data, _reply, 0);
336 mRemote.transact(Stub.TRANSACTION_mountSecureContainer, _data, _reply, 0);
358 mRemote.transact(Stub.TRANSACTION_unmountSecureContainer, _data, _reply, 0);
378 mRemote.transact(Stub.TRANSACTION_isSecureContainerMounted, _data, _reply, 0);
400 mRemote.transact(Stub.TRANSACTION_renameSecureContainer, _data, _reply, 0);
420 mRemote.transact(Stub.TRANSACTION_getSecureContainerPath, _data, _reply, 0);
439 mRemote.transact(Stub.TRANSACTION_getSecureContainerList, _data, _reply, 0);
460 mRemote.transact(Stub.TRANSACTION_shutdown, _data, _reply, 0);
477 mRemote.transact(Stub.TRANSACTION_finishMediaUpdate, _data, _reply, 0);
503 mRemote.transact(Stub.TRANSACTION_mountObb, _data, _reply, 0);
529 mRemote.transact(Stub.TRANSACTION_unmountObb, _data, _reply, 0);
548 mRemote.transact(Stub.TRANSACTION_isObbMounted, _data, _reply, 0);
568 mRemote.transact(Stub.TRANSACTION_getMountedObbPath, _data, _reply, 0);
587 mRemote.transact(Stub.TRANSACTION_isExternalStorageEmulated, _data, _reply, 0);
603 mRemote.transact(Stub.TRANSACTION_getEncryptionState, _data, _reply, 0);
620 mRemote.transact(Stub.TRANSACTION_decryptStorage, _data, _reply, 0);
637 mRemote.transact(Stub.TRANSACTION_encryptStorage, _data, _reply, 0);
654 mRemote.transact(Stub.TRANSACTION_changeEncryptionPassword, _data, _reply, 0);
672 mRemote.transact(Stub.TRANSACTION_verifyEncryptionPassword, _data, _reply, 0);
688 mRemote.transact(Stub.TRANSACTION_getVolumeList, _data, _reply, 0);
708 mRemote.transact(Stub.TRANSACTION_getSecureContainerFilesystemPath, _data, _reply, 0);
732 mRemote.transact(Stub.TRANSACTION_fixPermissionsSecureContainer, _data, _reply, 0);
826 return new IMountService.Stub.Proxy(obj);
830 public Stub() {
849 listener = IMountServiceListener.Stub.asInterface(data.readStrongBinder());
857 listener = IMountServiceListener.Stub.asInterface(data.readStrongBinder());
1033 observer = IMountShutdownObserver.Stub.asInterface(data
1051 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
1065 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());