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

  /external/qemu/
iolooper.h 34 int iolooper_is_write( IoLooper* iol, int fd );
aio-android.c 210 iolooper_is_write(looper, node->fd) &&
iolooper-select.c 212 iolooper_is_write( IoLooper* iol, int fd ) function
  /sdk/emulator/opengl/tests/event_injector/
iolooper.h 53 int iolooper_is_write( IoLooper* iol, int fd );
emulator-console.c 232 !iolooper_is_write(con->looper, con->fd))
259 if (iolooper_is_write(con->looper, con->fd)) {
iolooper-select.c 228 iolooper_is_write( IoLooper* iol, int fd ) function
  /external/qemu/android/
sync-utils.c 227 if (!iolooper_is_write(ssocket->iolooper, ssocket->fd)) {
228 D("%s: Internal error, iolooper_is_write() not set!", __FUNCTION__);
looper-generic.c 407 if (iolooper_is_write(iol, io->fd))

Completed in 613 milliseconds