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

  /external/qemu/android/
looper.h 84 typedef struct LoopTimer LoopTimer;
92 void (*timer_init)(Looper* looper, LoopTimer* timer, LoopTimerFunc callback, void* opaque);
112 struct LoopTimer {
125 /* Initialize a LoopTimer with a callback and an 'opaque' value.
129 loopTimer_init(LoopTimer* timer,
137 /* Finalize a LoopTimer */
139 loopTimer_done(LoopTimer* timer)
151 loopTimer_startRelative(LoopTimer* timer, Duration timeout_ms)
163 loopTimer_startAbsolute(LoopTimer* timer, Duration deadline_ms
    [all...]
async-socket-connector.c 55 LoopTimer connector_timer[1];
looper-qemu.c 83 LoopTimer* timer,
looper-generic.c 119 LoopTimer* timer,
async-socket.c 72 LoopTimer timer[1];
371 LoopTimer reconnect_timer[1];
    [all...]
android-device.c 157 LoopTimer timer[1];
    [all...]
sdk-controller-socket.c 154 LoopTimer timer[1];
    [all...]
  /external/qemu/
vl-android-ui.c 150 static LoopTimer gui_timer[1];
154 LoopTimer* timer = opaque;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 11 var LoopTimer;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 11 var LoopTimer;

Completed in 9913 milliseconds