HomeSort by relevance Sort by last modified time
    Searched defs:now_ns (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
goldfish_timer.c 32 int64_t now_ns; member in struct:timer_state
43 qemu_put_be64(f, s->now_ns); /* in case the kernel is in the middle of a timer read */
46 int64_t now_ns = qemu_get_clock_ns(vm_clock); local
48 qemu_put_be64(f, alarm_ns - now_ns);
59 s->now_ns = qemu_get_be64(f);
81 s->now_ns = qemu_get_clock_ns(vm_clock);
82 return s->now_ns;
84 return s->now_ns >> 32;
94 int64_t alarm_ns, now_ns; local
99 now_ns = qemu_get_clock_ns(vm_clock)
    [all...]
  /system/extras/tests/bionic/libc/common/
bench_pthread.c 61 static int64_t now_ns(void) function
139 int64_t bench_start = now_ns(); \
142 int64_t sub_start = now_ns(); \
147 int64_t sub_end = now_ns(); \
  /external/qemu/android/
hw-sensors.c 293 int64_t now_ns; local
340 now_ns = qemu_get_clock_ns(vm_clock);
342 snprintf(buffer, sizeof buffer, "sync:%" PRId64, now_ns/1000);
355 qemu_mod_timer(cl->timer, now_ns + delay);
  /hardware/invensense/libsensors/
MPLSensor.cpp 961 int64_t MPLSensor::now_ns(void) function in class:MPLSensor
    [all...]

Completed in 68 milliseconds