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

  /external/qemu/
iolooper.h 31 int iolooper_wait( IoLooper* iol, int64_t duration );
44 * This routine should be used (instead of iolooper_wait) in cases when multiple
iolooper-select.c 168 iolooper_wait( IoLooper* iol, int64_t duration ) function
241 return iolooper_wait(iol, timeout);
aio-android.c 192 ret = iolooper_wait(looper, -1);
  /sdk/emulator/opengl/tests/event_injector/
EventInjector.cpp 45 iolooper_wait(mPrivate->mLooper, timeout_ms);
iolooper.h 50 int iolooper_wait( IoLooper* iol, int64_t duration );
63 * This routine should be used (instead of iolooper_wait) in cases when multiple
iolooper-select.c 186 iolooper_wait( IoLooper* iol, int64_t duration ) function
273 return iolooper_wait(iol, timeout);
  /external/qemu/android/
sync-utils.c 74 connect_status = iolooper_wait(looper, timeout);
  /external/qemu/proxy/
proxy_common.c 569 ret = iolooper_wait(looper, timeout_ms);

Completed in 100 milliseconds