Home
last modified time | relevance | path

Searched refs:ReplyWrite (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libappfuse/include/libappfuse/
H A DFuseAppLoop.h56 bool ReplyWrite(uint64_t unique, uint32_t size);
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_FuseAppLoop.cpp161 if (!reinterpret_cast<fuse::FuseAppLoop*>(ptr)->ReplyWrite(unique, size)) { in com_android_internal_os_FuseAppLoop_replyWrite()
/aosp14/system/core/libappfuse/
H A DFuseAppLoop.cc184 bool FuseAppLoop::ReplyWrite(uint64_t unique, uint32_t size) { in ReplyWrite() function in android::fuse::FuseAppLoop
/aosp14/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc63 loop->ReplyWrite(seq, 0); in OnWrite()