OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASYNC_COMPLETE
(Results
1 - 8
of
8
) sorted by null
/external/qemu/android/
async-console.c
85
if (status ==
ASYNC_COMPLETE
) { /* immediate connection */
96
if (status ==
ASYNC_COMPLETE
) {
107
if (status ==
ASYNC_COMPLETE
) {
125
if (status ==
ASYNC_COMPLETE
) {
132
return
ASYNC_COMPLETE
;
137
status =
ASYNC_COMPLETE
;
async-utils.c
38
return
ASYNC_COMPLETE
;
62
return
ASYNC_COMPLETE
;
84
return
ASYNC_COMPLETE
;
107
return
ASYNC_COMPLETE
;
155
return
ASYNC_COMPLETE
;
221
return
ASYNC_COMPLETE
;
256
return
ASYNC_COMPLETE
;
263
return
ASYNC_COMPLETE
;
async-utils.h
30
ASYNC_COMPLETE
= 0, /* asynchronous operation completed */
70
*
ASYNC_COMPLETE
: If the read operation was complete. This will also
111
*
ASYNC_COMPLETE
: If the write operation was complete. This will also
160
*
ASYNC_COMPLETE
: An end-of-line was detected, call asyncLineReader_getLine
hw-pipe-net.c
217
if (status ==
ASYNC_COMPLETE
) {
main-common.c
971
if (status ==
ASYNC_COMPLETE
) {
[
all
...]
/external/qemu/android/protocol/
fb-updates-proxy.c
161
case
ASYNC_COMPLETE
:
207
case
ASYNC_COMPLETE
:
325
case
ASYNC_COMPLETE
:
user-events-impl.c
97
case
ASYNC_COMPLETE
:
core-commands-impl.c
350
case
ASYNC_COMPLETE
:
Completed in 44 milliseconds