Searched refs:IMountServiceListener (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/storage/
H A DAndroid.mk5 IMountServiceListener.cpp \
H A DIMountServiceListener.cpp17 #include <storage/IMountServiceListener.h>
32 CHECK_INTERFACE(IMountServiceListener, data, reply);
39 CHECK_INTERFACE(IMountServiceListener, data, reply);
H A DIMountService.cpp63 virtual void registerListener(const sp<IMountServiceListener>& listener)
79 virtual void unregisterListener(const sp<IMountServiceListener>& listener)
/frameworks/base/include/storage/
H A DIMountServiceListener.h25 class IMountServiceListener: public IInterface { class in namespace:android
36 class BnMountServiceListener: public BnInterface<IMountServiceListener> {
H A DIMountService.h20 #include <storage/IMountServiceListener.h>
35 virtual void registerListener(const sp<IMountServiceListener>& listener) = 0;
37 unregisterListener(const sp<IMountServiceListener>& listener) = 0;
/frameworks/base/core/java/android/os/storage/
H A DIMountServiceListener.java31 public interface IMountServiceListener extends IInterface { interface in inherits:IInterface
33 public static abstract class Stub extends Binder implements IMountServiceListener {
34 private static final String DESCRIPTOR = "IMountServiceListener";
42 * Cast an IBinder object into an IMountServiceListener interface,
45 public static IMountServiceListener asInterface(IBinder obj) {
50 if (((iin != null) && (iin instanceof IMountServiceListener))) {
51 return ((IMountServiceListener) iin);
53 return new IMountServiceListener.Stub.Proxy(obj);
92 private static class Proxy implements IMountServiceListener {
H A DIMountService.java54 * Registers an IMountServiceListener for receiving async
57 public void registerListener(IMountServiceListener listener) throws RemoteException {
72 * Unregisters an IMountServiceListener
74 public void unregisterListener(IMountServiceListener listener) throws RemoteException {
848 IMountServiceListener listener;
849 listener = IMountServiceListener.Stub.asInterface(data.readStrongBinder());
856 IMountServiceListener listener;
857 listener = IMountServiceListener.Stub.asInterface(data.readStrongBinder());
1263 * Registers an IMountServiceListener for receiving async notifications.
1265 public void registerListener(IMountServiceListener listene
[all...]
H A DStorageManager.java87 private class MountServiceBinderListener extends IMountServiceListener.Stub {
/frameworks/base/services/java/com/android/server/
H A DMountService.java49 import android.os.storage.IMountServiceListener;
602 final IMountServiceListener mListener;
604 MountServiceBinderListener(IMountServiceListener listener) {
610 if (LOCAL_LOGD) Slog.d(TAG, "An IMountServiceListener has died!");
1336 public void registerListener(IMountServiceListener listener) {
1348 public void unregisterListener(IMountServiceListener listener) {

Completed in 1354 milliseconds