Home | History | Annotate | Download | only in android

Lines Matching refs:timer

22 #include "qemu/timer.h"
149 * - each timer tick, this code sends sensor reports in the following
182 QEMUTimer* timer;
212 /* remove timer, if any */
213 if (cl->timer) {
214 timer_del(cl->timer);
215 timer_free(cl->timer);
216 cl->timer = NULL;
235 cl->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, _hwSensorClient_tick, cl);
285 * to the HAL module, and re-arm the timer if necessary
345 /* rearm timer, use a minimum delay of 20 ms, just to
355 timer_mod(cl->timer, now_ns + delay);
464 timer_put(f, sc->timer);
475 timer_get(f, sc->timer);