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

/frameworks/base/include/storage/
H A DIMountShutdownObserver.h25 class IMountShutdownObserver: public IInterface class in namespace:android
35 class BnMountShutdownObserver: public BnInterface<IMountShutdownObserver>
H A DIMountService.h21 #include <storage/IMountShutdownObserver.h>
63 virtual void shutdown(const sp<IMountShutdownObserver>& observer) = 0;
/frameworks/base/libs/storage/
H A DAndroid.mk6 IMountShutdownObserver.cpp \
H A DIMountShutdownObserver.cpp17 #include <storage/IMountShutdownObserver.h>
31 CHECK_INTERFACE(IMountShutdownObserver, data, reply);
H A DIMountService.cpp403 void shutdown(const sp<IMountShutdownObserver>& observer)
/frameworks/base/core/java/android/os/storage/
H A DIMountShutdownObserver.java30 public interface IMountShutdownObserver extends IInterface { interface in inherits:IInterface
32 public static abstract class Stub extends Binder implements IMountShutdownObserver {
33 private static final java.lang.String DESCRIPTOR = "IMountShutdownObserver";
41 * Cast an IBinder object into an IMountShutdownObserver interface,
44 public static IMountShutdownObserver asInterface(IBinder obj) {
49 if (((iin != null) && (iin instanceof IMountShutdownObserver))) {
50 return ((IMountShutdownObserver) iin);
52 return new IMountShutdownObserver.Stub.Proxy(obj);
79 private static class Proxy implements IMountShutdownObserver {
H A DIMountService.java453 public void shutdown(IMountShutdownObserver observer)
1032 IMountShutdownObserver observer;
1033 observer = IMountShutdownObserver.Stub.asInterface(data
1283 public void shutdown(IMountShutdownObserver observer) throws RemoteException;
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java44 import android.os.storage.IMountShutdownObserver;
333 IMountShutdownObserver observer = new IMountShutdownObserver.Stub() {
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java664 class ShutdownObserver extends IMountShutdownObserver.Stub{
/frameworks/base/services/java/com/android/server/
H A DMountService.java50 import android.os.storage.IMountShutdownObserver;
372 IMountShutdownObserver observer;
373 ShutdownCallBack(String path, IMountShutdownObserver observer) {
1360 public void shutdown(final IMountShutdownObserver observer) {

Completed in 4861 milliseconds