OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asyncreader_read
(Results
1 - 7
of
7
) sorted by null
/external/qemu/android/
async-utils.h
46
* 2/ call
asyncReader_read
(ar, io), where 'io' is a LoopIo whenever
79
AsyncStatus
asyncReader_read
(AsyncReader* ar);
async-utils.c
34
asyncReader_read
(AsyncReader* ar)
/external/qemu/android/protocol/
attach-ui-proxy.c
70
status =
asyncReader_read
(&reader);
ui-commands-proxy.c
119
status =
asyncReader_read
(&reader);
user-events-impl.c
93
status =
asyncReader_read
(&ueimpl->user_events_reader);
core-commands-impl.c
348
status =
asyncReader_read
(&corecmd->async_reader);
fb-updates-proxy.c
205
asyncReader_read
(&proxy_fb->fb_req_reader);
Completed in 414 milliseconds