Searched refs:timer_init (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/
H A Dlooper.h92 void (*timer_init)(Looper* looper, LoopTimer* timer, LoopTimerFunc callback, void* opaque); member in struct:Looper
134 looper->timer_init(looper, timer, callback, opaque);
H A Dlooper-qemu.c416 looper->looper.timer_init = qlooper_timer_init;
H A Dlooper-generic.c490 looper->looper.timer_init = glooper_timer_init;
/external/qemu/include/qemu/
H A Dtimer.h405 * timer_init:
418 void timer_init(QEMUTimer *ts,
433 * are going to call timer_free. Use timer_init instead.
443 timer_init(ts, timer_list, scale, cb, opaque);
/external/qemu/
H A Dqemu-timer.c325 void timer_init(QEMUTimer *ts, function

Completed in 80 milliseconds