/external/qemu/ |
shaper.c | 170 shaper->timer = qemu_new_timer_ms( SHAPER_CLOCK, 466 delay->timer = qemu_new_timer_ms( SHAPER_CLOCK,
|
buffered_file.c | 276 s->timer = qemu_new_timer_ms(rt_clock, buffered_rate_tick, s);
|
qemu-timer.h | 75 static inline QEMUTimer *qemu_new_timer_ms(QEMUClock *clock, QEMUTimerCB *cb, function
|
qemu-timer.c | 759 icount_rt_timer = qemu_new_timer_ms(rt_clock, icount_adjust_rt, NULL); [all...] |
vl-android.c | [all...] |
vl.c | [all...] |
savevm.c | 155 timer = qemu_new_timer_ms(rt_clock, qemu_announce_self_once, &timer); [all...] |
usb-linux.c | [all...] |
console.c | [all...] |
qemu-char.c | 1079 s->timer = qemu_new_timer_ms(rt_clock, pty_chr_timer, chr); [all...] |
vnc-android.c | [all...] |
vnc.c | [all...] |
/external/qemu/telephony/ |
sysdeps_qemu.c | 129 timer->timer = qemu_new_timer_ms( rt_clock, callback, opaque );
|
/external/qemu/android/ |
looper-qemu.c | 88 timer->impl = qemu_new_timer_ms(host_clock, callback, opaque);
|