Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java1431 if (mFuseAppLoop == null) { in openProxyFileDescriptor()
1436 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()
1443 final int fileId = mFuseAppLoop.registerCallback(callback, handler); in openProxyFileDescriptor()
1445 mFuseAppLoop.getMountPointId(), fileId, mode); in openProxyFileDescriptor()
1447 mFuseAppLoop.unregisterCallback(fileId); in openProxyFileDescriptor()
1449 mFuseAppLoop.getMountPointId()); in openProxyFileDescriptor()
1458 mFuseAppLoop = null; in openProxyFileDescriptor()
1512 return mFuseAppLoop != null ? mFuseAppLoop.getMountPointId() : -1; in getProxyFileDescriptorMountPointId()
1991 private @Nullable FuseAppLoop mFuseAppLoop = null; field in StorageManager