HomeSort by relevance Sort by last modified time
    Searched refs:SCALE_MS (Results 1 - 11 of 11) sorted by null

  /external/qemu/include/qemu/
timer.h 10 #define SCALE_MS 1000000
94 return qemu_clock_get_ns(type) / SCALE_MS;
513 return timer_new(type, SCALE_MS, cb, opaque);
  /external/qemu/android/
shaper.c 170 shaper->timer = timer_new( SHAPER_CLOCK, SCALE_MS,
466 delay->timer = timer_new( SHAPER_CLOCK, SCALE_MS,
looper-qemu.c 88 timer->impl = timer_new(QEMU_CLOCK_HOST, SCALE_MS, callback, opaque);
  /external/qemu/
qemu-timer.c 294 ms = (ns + SCALE_MS - 1) / SCALE_MS;
buffered_file.c 280 s->timer = timer_new(QEMU_CLOCK_REALTIME, SCALE_MS, buffered_rate_tick, s);
vl-android.c     [all...]
qemu-char.c 1079 s->timer = timer_new(QEMU_CLOCK_REALTIME, SCALE_MS, pty_chr_timer, chr);
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 129 timer->timer = timer_new(QEMU_CLOCK_REALTIME, SCALE_MS, callback, opaque );
  /external/qemu/ui/
console.c     [all...]
vnc-android.c     [all...]
vnc.c     [all...]

Completed in 844 milliseconds