Searched refs:IMountShutdownObserver (Results 1 – 10 of 10) sorted by relevance
30 public interface IMountShutdownObserver extends IInterface { interface32 public static abstract class Stub extends Binder implements IMountShutdownObserver {44 public static IMountShutdownObserver asInterface(IBinder obj) { in asInterface()49 if (((iin != null) && (iin instanceof IMountShutdownObserver))) { in asInterface()50 return ((IMountShutdownObserver) iin); in asInterface()52 return new IMountShutdownObserver.Stub.Proxy(obj); in asInterface()79 private static class Proxy implements IMountShutdownObserver {
453 public void shutdown(IMountShutdownObserver observer) in shutdown()1030 IMountShutdownObserver observer; in onTransact()1031 observer = IMountShutdownObserver.Stub.asInterface(data in onTransact()1282 public void shutdown(IMountShutdownObserver observer) throws RemoteException; in shutdown()
25 class IMountShutdownObserver: public IInterface35 class BnMountShutdownObserver: public BnInterface<IMountShutdownObserver>
61 virtual void shutdown(const sp<IMountShutdownObserver>& observer) = 0;
6 IMountShutdownObserver.cpp \
31 CHECK_INTERFACE(IMountShutdownObserver, data, reply); in onTransact()
403 void shutdown(const sp<IMountShutdownObserver>& observer) in shutdown()
43 import android.os.storage.IMountShutdownObserver;328 IMountShutdownObserver observer = new IMountShutdownObserver.Stub() { in run()
54 import android.os.storage.IMountShutdownObserver;344 IMountShutdownObserver observer;345 ShutdownCallBack(String path, IMountShutdownObserver observer) { in ShutdownCallBack()1230 public void shutdown(final IMountShutdownObserver observer) { in shutdown()
664 class ShutdownObserver extends IMountShutdownObserver.Stub{