Searched refs:mFuseAppLoop (Results 1 – 2 of 2) sorted by relevance
1924 if (mFuseAppLoop == null) { in openProxyFileDescriptor()1929 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()1936 final int fileId = mFuseAppLoop.registerCallback(callback, handler); in openProxyFileDescriptor()1938 mFuseAppLoop.getMountPointId(), fileId, mode); in openProxyFileDescriptor()1940 mFuseAppLoop.unregisterCallback(fileId); in openProxyFileDescriptor()1942 mFuseAppLoop.getMountPointId()); in openProxyFileDescriptor()1951 mFuseAppLoop = null; in openProxyFileDescriptor()2005 return mFuseAppLoop != null ? mFuseAppLoop.getMountPointId() : -1; in getProxyFileDescriptorMountPointId()2912 private @Nullable FuseAppLoop mFuseAppLoop = null; field in StorageManager
38923 Landroid/os/storage/StorageManager;->mFuseAppLoop:Lcom/android/internal/os/FuseAppLoop;