Searched refs:timer_init (Results 1 – 5 of 5) sorted by relevance
/external/qemu/android/ |
D | looper.h | 92 void (*timer_init)(Looper* looper, LoopTimer* timer, LoopTimerFunc callback, void* opaque); member 134 looper->timer_init(looper, timer, callback, opaque); in loopTimer_init()
|
D | looper-qemu.c | 416 looper->looper.timer_init = qlooper_timer_init; in looper_newCore()
|
D | looper-generic.c | 490 looper->looper.timer_init = glooper_timer_init; in looper_newGeneric()
|
/external/qemu/include/qemu/ |
D | timer.h | 418 void timer_init(QEMUTimer *ts, 443 timer_init(ts, timer_list, scale, cb, opaque); in timer_new_tl()
|
/external/qemu/ |
D | qemu-timer.c | 325 void timer_init(QEMUTimer *ts, in timer_init() function
|