Home
last modified time | relevance | path

Searched refs:qemu_new_timer_ms (Results 1 – 15 of 15) sorted by relevance

/external/qemu/
Dshaper.c170 shaper->timer = qemu_new_timer_ms( SHAPER_CLOCK, in netshaper_create()
466 delay->timer = qemu_new_timer_ms( SHAPER_CLOCK, in netdelay_create()
Dbuffered_file.c276 s->timer = qemu_new_timer_ms(rt_clock, buffered_rate_tick, s); in qemu_fopen_ops_buffered()
Dqemu-timer.h75 static inline QEMUTimer *qemu_new_timer_ms(QEMUClock *clock, QEMUTimerCB *cb, in qemu_new_timer_ms() function
Dqemu-timer.c759 icount_rt_timer = qemu_new_timer_ms(rt_clock, icount_adjust_rt, NULL); in configure_icount()
Dvl.c3152 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()
Dsavevm.c155 timer = qemu_new_timer_ms(rt_clock, qemu_announce_self_once, &timer); in qemu_announce_self()
Dvl-android.c4424 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()
Dusb-linux.c1456 usb_auto_timer = qemu_new_timer_ms(rt_clock, usb_host_auto_timer, NULL); in usb_host_auto_add()
Dconsole.c1508 s->kbd_timer = qemu_new_timer_ms(rt_clock, kbd_send_chars, s); in text_console_do_init()
Dvnc-android.c2076 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs); in vnc_connect()
Dvnc.c2070 vs->timer = qemu_new_timer_ms(rt_clock, vnc_update_client, vs); in vnc_connect()
Dqemu-char.c1079 s->timer = qemu_new_timer_ms(rt_clock, pty_chr_timer, chr); in qemu_chr_open_pty()
Dmonitor.c3086 key_timer = qemu_new_timer_ms(vm_clock, release_keys, NULL); in monitor_init()
/external/qemu/telephony/
Dsysdeps_qemu.c129 timer->timer = qemu_new_timer_ms( rt_clock, callback, opaque ); in sys_timer_set()
/external/qemu/android/
Dlooper-qemu.c88 timer->impl = qemu_new_timer_ms(host_clock, callback, opaque); in qlooper_timer_init()