Searched refs:mFuseAppLoop (Results 1 – 2 of 2) sorted by relevance
1949 if (mFuseAppLoop == null) { in openProxyFileDescriptor()1954 mFuseAppLoop = new FuseAppLoop(mount.mountPointId, mount.fd, factory); in openProxyFileDescriptor()1961 final int fileId = mFuseAppLoop.registerCallback(callback, handler); in openProxyFileDescriptor()1963 mFuseAppLoop.getMountPointId(), fileId, mode); in openProxyFileDescriptor()1965 mFuseAppLoop.unregisterCallback(fileId); in openProxyFileDescriptor()1967 mFuseAppLoop.getMountPointId()); in openProxyFileDescriptor()1976 mFuseAppLoop = null; in openProxyFileDescriptor()2030 return mFuseAppLoop != null ? mFuseAppLoop.getMountPointId() : -1; in getProxyFileDescriptorMountPointId()2950 private @Nullable FuseAppLoop mFuseAppLoop = null; field in StorageManager
38280 Landroid/os/storage/StorageManager;->mFuseAppLoop:Lcom/android/internal/os/FuseAppLoop;