Home
last modified time | relevance | path

Searched defs:mountId (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DFuseUnavailableMountException.java23 public FuseUnavailableMountException(int mountId) { in FuseUnavailableMountException()
/frameworks/base/services/core/jni/
Dcom_android_server_storage_AppFuseBridge.cpp109 JNIEnv* env, jobject self, jlong java_loop, jint mountId, jint javaDevFd) { in com_android_server_storage_AppFuseBridge_add_bridge()
/frameworks/base/services/incremental/
DServiceWrappers.cpp70 binder::Status bindToDataLoader(MountId mountId, in bindToDataLoader()
76 binder::Status getDataLoader(MountId mountId, in getDataLoader()
DIncrementalService.h271 /*const*/ MountId mountId; member
DIncrementalService.cpp497 const auto mountId = mountIt->first; in createStorage() local
1098 auto mountId = mountRecord.storage().id(); in adoptMountedInstances() local
1962 binder::Status IncrementalService::DataLoaderStub::onStatusChanged(MountId mountId, int newStatus) { in onStatusChanged()
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp221 binder::Status bindToDataLoaderOk(int32_t mountId, const DataLoaderParamsParcel& params, in bindToDataLoaderOk()
233 binder::Status getDataLoaderOk(int32_t mountId, sp<IDataLoader>* _aidl_return) { in getDataLoaderOk()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3430 public AppFuseMountScope(int uid, int mountId) { in AppFuseMountScope()
3446 public ParcelFileDescriptor openFile(int mountId, int fileId, int flags) in openFile()
3501 int mountId, int fileId, int mode) { in openProxyFileDescriptor()