OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOLOOPER_READ
(Results
1 - 5
of
5
) sorted by null
/external/qemu/include/android/
iolooper.h
20
IOLOOPER_READ
= (1<<0),
/sdk/emulator/opengl/tests/event_injector/
iolooper.h
39
IOLOOPER_READ
= (1<<0),
iolooper-select.c
86
if ((changed &
IOLOOPER_READ
) != 0) {
87
if ((newflags &
IOLOOPER_READ
) != 0)
/external/qemu/android/
iolooper-select.c
68
if ((changed &
IOLOOPER_READ
) != 0) {
69
if ((newflags &
IOLOOPER_READ
) != 0)
looper-generic.c
497
AASSERT_INT(LOOP_IO_READ,
IOLOOPER_READ
);
Completed in 600 milliseconds