HomeSort by relevance Sort by last modified time
    Searched refs:IOLOOPER_WRITE (Results 1 - 5 of 5) sorted by null

  /external/qemu/
iolooper.h 21 IOLOOPER_WRITE = (1<<1),
iolooper-select.c 74 if ((changed & IOLOOPER_WRITE) != 0) {
75 if ((newflags & IOLOOPER_WRITE) != 0)
  /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/
looper-generic.c 498 AASSERT_INT(LOOP_IO_WRITE, IOLOOPER_WRITE);

Completed in 39 milliseconds