Home
last modified time | relevance | path

Searched defs:fuse (Results 1 – 11 of 11) sorted by relevance

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp259 struct fuse { struct
260 explicit fuse(const std::string& _path, const ino_t _ino, const bool _uncached_mode, in fuse() function
281 if (android::base::StartsWith(path, mediaprovider::fuse::PRIMARY_VOLUME_PREFIX)) { in GetEffectiveRootPath() argument
293 // because fuse_lowlevel_ops documents that the root inode is always one argument
296 inline node* FromInode(__u64 inode) { in FromInode()
304 inline node* FromInodeNoThrow(__u64 inode) { in FromInodeNoThrow()
312 inline __u64 ToInode(node* node) const { in ToInode()
320 inline bool IsTranscodeSupportedPath(const string& path) { in IsTranscodeSupportedPath()
358 … if (!android::base::StartsWithIgnoreCase(path, mediaprovider::fuse::PRIMARY_VOLUME_PREFIX)) { in ShouldNotCache() argument
374 mediaprovider::fuse::NodeTracker tracker; argument
[all …]
DFuseDaemon.h146 struct ::fuse* fuse; variable
DReaddirHelper.cpp23 namespace fuse { namespace
DFuseUtils.cpp28 namespace fuse { namespace
DFuseUtilsTest.cpp23 namespace mediaprovider::fuse { namespace
Dnode.cpp41 namespace fuse { namespace
DRedactionInfo.cpp27 namespace fuse { namespace
DRedactionInfoTest.cpp27 namespace mediaprovider::fuse { namespace
DMediaProviderWrapper.cpp33 namespace fuse { namespace
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/fusion/
DDataFusers.java39 public Optional<RangingData> fuse( in fuse() method in DataFusers.PassthroughDataFuser
67 public Optional<RangingData> fuse( in fuse() method in DataFusers.PreferentialDataFuser
DFusionEngine.java45 Optional<RangingData> fuse( in fuse() method