OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplyRead
(Results
1 - 3
of
3
) sorted by null
/system/core/libappfuse/include/libappfuse/
FuseAppLoop.h
57
bool
ReplyRead
(uint64_t unique, uint32_t size, const void* data);
/frameworks/base/core/jni/
com_android_internal_os_FuseAppLoop.cpp
171
if (!reinterpret_cast<fuse::FuseAppLoop*>(ptr)->
ReplyRead
(unique, size, array.get())) {
/system/core/libappfuse/
FuseAppLoop.cc
192
bool FuseAppLoop::
ReplyRead
(uint64_t unique, uint32_t size, const void* data) {
Completed in 180 milliseconds