Home
last modified time | relevance | path

Searched refs:IObbActionListener (Results 1 – 14 of 14) 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.txt8 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/
Dhiddenapi-greylist.txt238 Landroid/os/storage/IObbActionListener$Stub;-><init>()V
Dpreloaded-classes2943 android.os.storage.IObbActionListener$Stub
2944 android.os.storage.IObbActionListener
Dhiddenapi-greylist-max-o.txt52503 Landroid/os/storage/IObbActionListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
52504 Landroid/os/storage/IObbActionListener$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
52505 Landroid/os/storage/IObbActionListener$Stub$Proxy;->mRemote:Landroid/os/IBinder;
52506 Landroid/os/storage/IObbActionListener$Stub$Proxy;->onObbResult(Ljava/lang/String;II)V
52507 Landroid/os/storage/IObbActionListener$Stub;->DESCRIPTOR:Ljava/lang/String;
52508 Landroid/os/storage/IObbActionListener$Stub;->TRANSACTION_onObbResult:I
52509 Landroid/os/storage/IObbActionListener;->onObbResult(Ljava/lang/String;II)V
52574 …bb(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/storage/IObbActionListener;I)V
52593 …torageManager$Stub$Proxy;->unmountObb(Ljava/lang/String;ZLandroid/os/storage/IObbActionListener;I)V
52691 …bb(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/storage/IObbActionListener;I)V
[all …]
Dboot-image-profile.txt35463 Landroid/os/storage/IObbActionListener$Stub;
35464 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;
2390 IObbActionListener token, int nonce, ObbInfo obbInfo) { in mountObb()
2407 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()