Searched refs:IObbActionListener (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/libs/storage/ |
D | IObbActionListener.cpp | 27 class BpObbActionListener: public BpInterface<IObbActionListener> { 30 : BpInterface<IObbActionListener>(impl) in BpObbActionListener() 46 CHECK_INTERFACE(IObbActionListener, data, reply); in onTransact()
|
D | Android.bp | 7 "IObbActionListener.cpp",
|
D | IMountService.cpp | 446 const sp<IObbActionListener>& token, int32_t nonce) in mountObb() 467 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
|
/frameworks/base/libs/storage/include/storage/ |
D | IObbActionListener.h | 27 class IObbActionListener: public IInterface 37 class BnObbActionListener: public BnInterface<IObbActionListener>
|
D | IMountService.h | 66 const String16& key, const sp<IObbActionListener>& token, 69 const sp<IObbActionListener>& token, const int32_t nonce) = 0;
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 25 import android.os.storage.IObbActionListener; 60 IObbActionListener token, int nonce) = 21; in mountObb() 67 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
|
D | IObbActionListener.aidl | 28 oneway interface IObbActionListener { interface
|
D | StorageManager.java | 372 private class ObbActionListener extends IObbActionListener.Stub {
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 89 import android.os.storage.IObbActionListener; 449 IObbActionListener token, int nonce, String volId) { in ObbState() 464 final IObbActionListener token; 2182 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) { in mountObb() 2198 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/frameworks/base/ |
D | Android.bp | 249 "core/java/android/os/storage/IObbActionListener.aidl",
|
/frameworks/base/config/ |
D | preloaded-classes | 2613 android.os.storage.IObbActionListener 2614 android.os.storage.IObbActionListener$Stub
|
D | hiddenapi-light-greylist.txt | 4229 Landroid/os/storage/IObbActionListener$Stub;-><init>()V 4230 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/…
|
D | boot-image-profile.txt | 28791 HSPLandroid/os/storage/IObbActionListener;->onObbResult(Ljava/lang/String;II)V 28843 …bb(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/storage/IObbActionListener;I)V 28861 …/storage/IStorageManager;->unmountObb(Ljava/lang/String;ZLandroid/os/storage/IObbActionListener;I)V 57347 Landroid/os/storage/IObbActionListener$Stub; 57348 Landroid/os/storage/IObbActionListener;
|