Home
last modified time | relevance | path

Searched refs:IObbActionListener (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/storage/
DIObbActionListener.cpp27 class BpObbActionListener: public BpInterface<IObbActionListener> {
30 : BpInterface<IObbActionListener>(impl) in BpObbActionListener()
46 CHECK_INTERFACE(IObbActionListener, data, reply); in onTransact()
DAndroid.bp7 "IObbActionListener.cpp",
DIMountService.cpp446 const sp<IObbActionListener>& token, int32_t nonce, const sp<ObbInfo>& obbInfo) in mountObb()
468 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
/frameworks/base/libs/storage/include/storage/
DIObbActionListener.h27 class IObbActionListener: public IInterface
37 class BnObbActionListener: public BnInterface<IObbActionListener>
DIMountService.h67 const String16& key, const sp<IObbActionListener>& token,
70 const sp<IObbActionListener>& token, const int32_t nonce) = 0;
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl26 import android.os.storage.IObbActionListener;
61 IObbActionListener token, int nonce, in ObbInfo obbInfo) = 21; in mountObb()
68 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
DIObbActionListener.aidl28 oneway interface IObbActionListener { interface
DStorageManager.java410 private class ObbActionListener extends IObbActionListener.Stub {
/frameworks/base/config/
Dhiddenapi-greylist-max-p.txt37 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/
Dpreloaded-classes2943 android.os.storage.IObbActionListener$Stub
2944 android.os.storage.IObbActionListener
Dhiddenapi-greylist.txt301 Landroid/os/storage/IObbActionListener$Stub;-><init>()V
Dhiddenapi-greylist-max-o.txt56299 Landroid/os/storage/IObbActionListener$Stub$Proxy;
56300 Landroid/os/storage/IObbActionListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
56301 Landroid/os/storage/IObbActionListener$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
56302 Landroid/os/storage/IObbActionListener$Stub$Proxy;->mRemote:Landroid/os/IBinder;
56303 Landroid/os/storage/IObbActionListener$Stub$Proxy;->onObbResult(Ljava/lang/String;II)V
56304 Landroid/os/storage/IObbActionListener$Stub;
56305 Landroid/os/storage/IObbActionListener$Stub;->DESCRIPTOR:Ljava/lang/String;
56306 Landroid/os/storage/IObbActionListener$Stub;->TRANSACTION_onObbResult:I
56307 Landroid/os/storage/IObbActionListener;
56308 Landroid/os/storage/IObbActionListener;->onObbResult(Ljava/lang/String;II)V
[all …]
Dboot-image-profile.txt35464 Landroid/os/storage/IObbActionListener$Stub;
35465 Landroid/os/storage/IObbActionListener;
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java101 import android.os.storage.IObbActionListener;
503 IObbActionListener token, int nonce, String volId) { in ObbState()
518 final IObbActionListener token;
2379 IObbActionListener token, int nonce, ObbInfo obbInfo) { in mountObb()
2396 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
/frameworks/base/
DAndroid.bp280 "core/java/android/os/storage/IObbActionListener.aidl",