Searched refs:mFuseAppLoop (Results 1 – 2 of 2) sorted by relevance
1969 if (mFuseAppLoop == null) { in openProxyFileDescriptor()1974 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()1981 final int fileId = mFuseAppLoop.registerCallback(callback, handler); in openProxyFileDescriptor()1983 mFuseAppLoop.getMountPointId(), fileId, mode); in openProxyFileDescriptor()1985 mFuseAppLoop.unregisterCallback(fileId); in openProxyFileDescriptor()1987 mFuseAppLoop.getMountPointId()); in openProxyFileDescriptor()1996 mFuseAppLoop = null; in openProxyFileDescriptor()2050 return mFuseAppLoop != null ? mFuseAppLoop.getMountPointId() : -1; in getProxyFileDescriptorMountPointId()2910 private @Nullable FuseAppLoop mFuseAppLoop = null; field in StorageManager
42246 Landroid/os/storage/StorageManager;->mFuseAppLoop:Lcom/android/internal/os/FuseAppLoop;