HomeSort by relevance Sort by last modified time
    Searched refs:now_ns (Results 1 - 10 of 10) 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(); \
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 40 extern int64_t now_ns(void);
42 inline int64_t now_ns(void) function
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.cc 403 UInt64 now_ns = AudioConvertHostTimeToNanos(AudioGetCurrentHostTime()); local
407 if (now_ns > output_time_ns)
411 (1e-9 * (output_time_ns - now_ns) * format_.mSampleRate);
audio_auhal_mac.cc 350 UInt64 now_ns = AudioConvertHostTimeToNanos(AudioGetCurrentHostTime()); local
354 if (now_ns > output_time_ns)
358 (1e-9 * (output_time_ns - now_ns) * output_format_.mSampleRate);
audio_low_latency_input_mac.cc 612 UInt64 now_ns = AudioConvertHostTimeToNanos(AudioGetCurrentHostTime()); local
614 (1e-9 * (now_ns - capture_time_ns) * format_.mSampleRate);
  /hardware/invensense/60xx/libsensors/
MPLSensor.h 104 int64_t now_ns();
MPLSensor.cpp 961 int64_t MPLSensor::now_ns(void) function in class:MPLSensor
    [all...]
  /system/core/libcorkscrew/
map_info.c 198 static int64_t now_ns() { function
222 int64_t time = 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);

Completed in 1074 milliseconds