Searched refs:qemu_new_timer_ms (Results 1 – 15 of 15) sorted by relevance
/external/qemu/ |
D | shaper.c | 170 shaper->timer = qemu_new_timer_ms( SHAPER_CLOCK, in netshaper_create() 466 delay->timer = qemu_new_timer_ms( SHAPER_CLOCK, in netdelay_create()
|
D | buffered_file.c | 276 s->timer = qemu_new_timer_ms(rt_clock, buffered_rate_tick, s); in qemu_fopen_ops_buffered()
|
D | qemu-timer.h | 75 static inline QEMUTimer *qemu_new_timer_ms(QEMUClock *clock, QEMUTimerCB *cb, in qemu_new_timer_ms() function
|
D | qemu-timer.c | 759 icount_rt_timer = qemu_new_timer_ms(rt_clock, icount_adjust_rt, NULL); in configure_icount()
|
D | vl.c | 3152 ds->gui_timer = qemu_new_timer_ms(rt_clock, gui_update, ds); in main() 3159 nographic_timer = qemu_new_timer_ms(rt_clock, nographic_update, NULL); in main()
|
D | savevm.c | 155 timer = qemu_new_timer_ms(rt_clock, qemu_announce_self_once, &timer); in qemu_announce_self()
|
D | vl-android.c | 4424 ds->gui_timer = qemu_new_timer_ms(rt_clock, gui_update, ds); in main() 4431 nographic_timer = qemu_new_timer_ms(rt_clock, nographic_update, NULL); in main()
|
D | usb-linux.c | 1456 usb_auto_timer = qemu_new_timer_ms(rt_clock, usb_host_auto_timer, NULL); in usb_host_auto_add()
|
D | console.c | 1508 s->kbd_timer = qemu_new_timer_ms(rt_clock, kbd_send_chars, s); in text_console_do_init()
|
D | vnc-android.c | 2076 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs); in vnc_connect()
|
D | vnc.c | 2070 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs); in vnc_connect()
|
D | qemu-char.c | 1079 s->timer = qemu_new_timer_ms(rt_clock, pty_chr_timer, chr); in qemu_chr_open_pty()
|
D | monitor.c | 3086 key_timer = qemu_new_timer_ms(vm_clock, release_keys, NULL); in monitor_init()
|
/external/qemu/telephony/ |
D | sysdeps_qemu.c | 129 timer->timer = qemu_new_timer_ms( rt_clock, callback, opaque ); in sys_timer_set()
|
/external/qemu/android/ |
D | looper-qemu.c | 88 timer->impl = qemu_new_timer_ms(host_clock, callback, opaque); in qlooper_timer_init()
|