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

  /external/qemu/include/qemu/
timer.h 448 * timer_new:
459 static inline QEMUTimer *timer_new(QEMUClockType type, int scale, function
479 return timer_new(type, SCALE_NS, cb, opaque);
496 return timer_new(type, SCALE_US, cb, opaque);
513 return timer_new(type, SCALE_MS, cb, opaque);
  /external/qemu/hw/mips/
cputimer.c 106 env->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, &mips_timer_cb, env);
  /external/qemu/hw/timer/
mc146818rtc.c 613 s->periodic_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
617 s->coalesced_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, rtc_coalesced_timer, s);
619 s->second_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
621 s->second_timer2 = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
740 s->periodic_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
742 s->second_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
744 s->second_timer2 = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
i8254.c 495 s->irq_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, pit_irq_timer, s);
  /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);
hw-sensors.c 235 cl->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, _hwSensorClient_tick, cl);
  /external/qemu/
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/hw/android/goldfish/
timer.c 239 timer_state.timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, goldfish_timer_tick, &timer_state);
pipe.c 807 pipe->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, throttlePipe_timerFunc, pipe);
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 129 timer->timer = timer_new(QEMU_CLOCK_REALTIME, SCALE_MS, callback, opaque );
  /external/qemu/hw/arm/
armv7m_nvic.c 399 s->systick.timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, systick_timer_tick, s);
  /external/qemu/hw/intc/
apic.c 961 s->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, apic_timer, s);
  /external/qemu/audio/
audio.c     [all...]
  /external/qemu/ui/
console.c     [all...]
vnc-android.c     [all...]
vnc.c     [all...]

Completed in 1164 milliseconds