Home
last modified time | relevance | path

Searched refs:IMountShutdownObserver (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIMountShutdownObserver.java30 public interface IMountShutdownObserver extends IInterface { interface
32 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 {
DIMountService.java453 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()
/frameworks/base/include/storage/
DIMountShutdownObserver.h25 class IMountShutdownObserver: public IInterface
35 class BnMountShutdownObserver: public BnInterface<IMountShutdownObserver>
DIMountService.h61 virtual void shutdown(const sp<IMountShutdownObserver>& observer) = 0;
/frameworks/base/libs/storage/
DAndroid.mk6 IMountShutdownObserver.cpp \
DIMountShutdownObserver.cpp31 CHECK_INTERFACE(IMountShutdownObserver, data, reply); in onTransact()
DIMountService.cpp403 void shutdown(const sp<IMountShutdownObserver>& observer) in shutdown()
/frameworks/base/services/java/com/android/server/pm/
DShutdownThread.java43 import android.os.storage.IMountShutdownObserver;
328 IMountShutdownObserver observer = new IMountShutdownObserver.Stub() { in run()
/frameworks/base/services/java/com/android/server/
DMountService.java54 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()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java664 class ShutdownObserver extends IMountShutdownObserver.Stub{