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.java1498 if (mFuseAppLoop == null) { in openProxyFileDescriptor()
1503 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()
1510 final int fileId = mFuseAppLoop.registerCallback(callback, handler); in openProxyFileDescriptor()
1512 mFuseAppLoop.getMountPointId(), fileId, mode); in openProxyFileDescriptor()
1514 mFuseAppLoop.unregisterCallback(fileId); in openProxyFileDescriptor()
1516 mFuseAppLoop.getMountPointId()); in openProxyFileDescriptor()
1525 mFuseAppLoop = null; in openProxyFileDescriptor()
1579 return mFuseAppLoop != null ? mFuseAppLoop.getMountPointId() : -1; in getProxyFileDescriptorMountPointId()
2015 private @Nullable FuseAppLoop mFuseAppLoop = null; field in StorageManager