OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOLOOPER_WRITE
(Results
1 - 5
of
5
) sorted by null
/external/qemu/include/android/
iolooper.h
21
IOLOOPER_WRITE
= (1<<1),
/sdk/emulator/opengl/tests/event_injector/
iolooper.h
40
IOLOOPER_WRITE
= (1<<1),
iolooper-select.c
92
if ((changed &
IOLOOPER_WRITE
) != 0) {
93
if ((newflags &
IOLOOPER_WRITE
) != 0)
/external/qemu/android/
iolooper-select.c
74
if ((changed &
IOLOOPER_WRITE
) != 0) {
75
if ((newflags &
IOLOOPER_WRITE
) != 0)
looper-generic.c
498
AASSERT_INT(LOOP_IO_WRITE,
IOLOOPER_WRITE
);
Completed in 174 milliseconds