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)
36 IMPLEMENT_META_INTERFACE(ObbActionListener, "IObbActionListener");
45 CHECK_INTERFACE(IObbActionListener, data, reply);
H A DAndroid.mk7 IObbActionListener.cpp \
H A DIMountService.cpp437 const sp<IObbActionListener>& token, int32_t nonce)
458 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)
1050 IObbActionListener observer;
1051 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
1064 IObbActionListener observer;
1065 observer = IObbActionListener.Stub.asInterface(data.readStrongBinder());
1244 * MountService will call back to the supplied IObbActionListener to inform
1248 IObbActionListener toke
[all...]
H A DStorageManager.java108 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/java/com/android/server/
H A DMountService.java51 import android.os.storage.IObbActionListener;
234 IObbActionListener token, int nonce) {
255 final IObbActionListener token;
1914 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) {
1929 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) {

Completed in 721 milliseconds