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.java1794 if (mFuseAppLoop == null) { in openProxyFileDescriptor()
1799 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()
1806 final int fileId = mFuseAppLoop.registerCallback(callback, handler); in openProxyFileDescriptor()
1808 mFuseAppLoop.getMountPointId(), fileId, mode); in openProxyFileDescriptor()
1810 mFuseAppLoop.unregisterCallback(fileId); in openProxyFileDescriptor()
1812 mFuseAppLoop.getMountPointId()); in openProxyFileDescriptor()
1821 mFuseAppLoop = null; in openProxyFileDescriptor()
1875 return mFuseAppLoop != null ? mFuseAppLoop.getMountPointId() : -1; in getProxyFileDescriptorMountPointId()
2310 private @Nullable FuseAppLoop mFuseAppLoop = null; field in StorageManager