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

/frameworks/base/libs/storage/
H A DIObbActionListener.cpp17 #include <storage/IObbActionListener.h>
27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(impl)
37 IMPLEMENT_META_INTERFACE(ObbActionListener, "IObbActionListener")
46 CHECK_INTERFACE(IObbActionListener, data, reply);
H A DAndroid.mk7 IObbActionListener.cpp \
H A DIMountService.cpp446 const sp<IObbActionListener>& token, int32_t nonce)
467 const sp<IObbActionListener>& token, const int32_t nonce)
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java31 public interface IObbActionListener extends IInterface { interface in inherits:IInterface
33 public static abstract class Stub extends Binder implements IObbActionListener {
34 private static final String DESCRIPTOR = "IObbActionListener";
42 * Cast an IBinder object into an IObbActionListener interface,
45 public static IObbActionListener asInterface(IBinder obj) {
50 if (((iin != null) && (iin instanceof IObbActionListener))) {
51 return ((IObbActionListener) iin);
53 return new IObbActionListener.Stub.Proxy(obj);
84 private static class Proxy implements IObbActionListener {
H A DIMountService.java489 * IObbActionListener to inform it of the terminal state of the
493 IObbActionListener token, int nonce) throws RemoteException {
515 * IObbActionListener to inform it of the terminal state of the
519 String rawPath, boolean force, IObbActionListener token, int nonce)
1570 IObbActionListener observer;
1571 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
1584 IObbActionListener observer;
1585 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
1989 * MountService will call back to the supplied IObbActionListener to inform
1993 IObbActionListener toke
[all...]
H A DStorageManager.java210 private class ObbActionListener extends IObbActionListener.Stub {
/frameworks/base/include/storage/
H A DIObbActionListener.h27 class IObbActionListener: public IInterface class in namespace:android
37 class BnObbActionListener: public BnInterface<IObbActionListener>
H A DIMountService.h22 #include <storage/IObbActionListener.h>
66 const String16& key, const sp<IObbActionListener>& token,
69 const sp<IObbActionListener>& token, const int32_t nonce) = 0;
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java70 import android.os.storage.IObbActionListener;
460 IObbActionListener token, int nonce) {
481 final IObbActionListener token;
2302 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) {
2317 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) {

Completed in 878 milliseconds