/frameworks/base/core/java/android/os/incremental/ |
D | IIncrementalService.aidl | 48 boolean startLoading(int storageId, in startLoading() 58 void onInstallationComplete(int storageId); in onInstallationComplete() 65 …int makeBindMount(int storageId, in @utf8InCpp String sourcePath, in @utf8InCpp String targetFullP… in makeBindMount() 70 int deleteBindMount(int storageId, in @utf8InCpp String targetFullPath); in deleteBindMount() 75 int makeDirectory(int storageId, in @utf8InCpp String path); in makeDirectory() 81 int makeDirectories(int storageId, in @utf8InCpp String path); in makeDirectories() 86 …int makeFile(int storageId, in @utf8InCpp String path, in IncrementalNewFileParams params, in @nul… in makeFile() 92 …int makeFileFromRange(int storageId, in @utf8InCpp String targetPath, in @utf8InCpp String sourceP… in makeFileFromRange() 105 int unlink(int storageId, in @utf8InCpp String path); in unlink() 113 int isFileFullyLoaded(int storageId, in @utf8InCpp String path); in isFileFullyLoaded() [all …]
|
D | IStorageLoadingProgressListener.aidl | 24 void onStorageLoadingProgressChanged(int storageId, float progress); in onStorageLoadingProgressChanged()
|
D | IStorageHealthListener.aidl | 34 void onHealthStatus(in int storageId, in int status); in onHealthStatus()
|
D | IncrementalManager.java | 340 final int storageId = storage.getId(); in cleanUpCallbacks() local 355 final int storageId = storage.getId(); in registerCallback() local 375 public void onStorageLoadingProgressChanged(int storageId, float progress) { in onStorageLoadingProgressChanged()
|
/frameworks/base/services/incremental/ |
D | BinderIncrementalService.cpp | 140 int32_t storageId, const ::android::content::pm::DataLoaderParamsParcel& params, in startLoading() 153 binder::Status BinderIncrementalService::onInstallationComplete(int32_t storageId) { in onInstallationComplete() 158 binder::Status BinderIncrementalService::makeBindMount(int32_t storageId, in makeBindMount() 167 binder::Status BinderIncrementalService::deleteBindMount(int32_t storageId, in deleteBindMount() 174 binder::Status BinderIncrementalService::deleteStorage(int32_t storageId) { in deleteStorage() 179 binder::Status BinderIncrementalService::disallowReadLogs(int32_t storageId) { in disallowReadLogs() 184 binder::Status BinderIncrementalService::makeDirectory(int32_t storageId, const std::string& path, in makeDirectory() 223 int32_t storageId, const std::string& path, in makeFile() 235 binder::Status BinderIncrementalService::makeFileFromRange(int32_t storageId, in makeFileFromRange() 254 binder::Status BinderIncrementalService::unlink(int32_t storageId, const std::string& path, in unlink() [all …]
|
D | IncrementalService.cpp | 747 const auto storageId = mountIt->first; in createLinkedStorage() local 773 bool IncrementalService::startLoading(StorageId storageId, in startLoading() 879 void IncrementalService::disallowReadLogs(StorageId storageId) { in disallowReadLogs() 905 int IncrementalService::setStorageParams(StorageId storageId, bool enableReadLogs) { in setStorageParams() 1008 void IncrementalService::deleteStorage(StorageId storageId) { in deleteStorage() 1108 const auto storageId = bindIt->second.storage; in unbind() local 1212 int IncrementalService::makeDir(StorageId storageId, std::string_view path, int mode) { in makeDir() 1223 int IncrementalService::makeDirs(StorageId storageId, std::string_view path, int mode) { in makeDirs() 1231 int IncrementalService::makeDirs(const IncFsMount& ifs, StorageId storageId, std::string_view path, in makeDirs() 1395 addIfsStateCallback(storage, [this, timeout](StorageId storageId, IfsState state) -> bool { in setUidReadTimeouts() [all …]
|
/frameworks/base/core/jni/ |
D | android_service_DataLoaderService.cpp | 27 jint storageId, in nativeCreateDataLoader() 37 jint storageId) { in nativeStartDataLoader() 43 jint storageId) { in nativeStopDataLoader() 49 jint storageId) { in nativeDestroyDataLoader() 53 static jboolean nativePrepareImage(JNIEnv* env, jobject thiz, jint storageId, in nativePrepareImage()
|
/frameworks/base/services/incremental/test/ |
D | IncrementalServiceTest.cpp | 659 binder::Status storeStorageIdAndStatus(int32_t storageId, int32_t status) { in storeStorageIdAndStatus() 801 void checkHealthMetrics(int storageId, long expectedMillisSinceOldestPendingRead, in checkHealthMetrics() 827 void checkBindingMetrics(int storageId, int64_t expectedMillisSinceLastDataLoaderBind, in checkBindingMetrics() 873 int storageId = in TEST_F() local 884 int storageId = in TEST_F() local 897 int storageId = in TEST_F() local 911 int storageId = in TEST_F() local 929 int storageId = in TEST_F() local 942 int storageId = in TEST_F() local 958 int storageId = in TEST_F() local [all …]
|
/frameworks/base/core/java/android/service/dataloader/ |
D | DataLoaderService.java | 232 private native boolean nativeCreateDataLoader(int storageId, in nativeCreateDataLoader() 237 private native boolean nativeStartDataLoader(int storageId); in nativeStartDataLoader() 239 private native boolean nativeStopDataLoader(int storageId); in nativeStopDataLoader() 241 private native boolean nativeDestroyDataLoader(int storageId); in nativeDestroyDataLoader() 243 private native boolean nativePrepareImage(int storageId, in nativePrepareImage()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDevice.java | 205 public @Nullable int[] getObjectHandles(int storageId, int format, int objectHandle) { in getObjectHandles() 283 public @Nullable MtpStorageInfo getStorageInfo(int storageId) { in getStorageInfo() 438 private native MtpStorageInfo native_get_storage_info(int storageId); in native_get_storage_info() 439 private native int[] native_get_object_handles(int storageId, int format, int objectHandle); in native_get_object_handles()
|
D | MtpStorage.java | 40 public MtpStorage(StorageVolume volume, int storageId, Supplier<Boolean> isHostWindows) { in MtpStorage()
|
D | MtpServer.java | 162 private native final void native_remove_storage(int storageId); in native_remove_storage()
|
D | MtpStorageManager.java | 461 int storageId = ((getNextStorageId() & 0x0000FFFF) << 16) + 1; in addMtpStorage() local 561 public synchronized List<MtpObject> getObjects(int parent, int format, int storageId) { in getObjects()
|
D | MtpDatabase.java | 422 public int beginSendObject(String path, int format, int parent, int storageId) { in beginSendObject()
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | MtpClient.java | 341 public List<MtpObjectInfo> getObjectList(String deviceName, int storageId, int objectHandle) { in getObjectList()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpServer.cpp | 217 android_mtp_MtpServer_remove_storage(JNIEnv *env, jobject thiz, jint storageId) in android_mtp_MtpServer_remove_storage()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 566 MtpObjectHandle storageId = info->mStorageID; in getStorageID() local
|