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

  /system/media/audio_utils/
ErrorLog.cpp 31 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns)
36 reinterpret_cast<ErrorLog<int32_t> *>(error_log)->log(code, now_ns);
PowerLog.cpp 245 const void *buffer, size_t frames, int64_t now_ns)
250 reinterpret_cast<PowerLog *>(power_log)->log(buffer, frames, now_ns);
  /system/media/audio_utils/include/audio_utils/
PowerLog.h 137 * \param now_ns current time in nanoseconds.
139 void power_log_log(power_log_t *power_log, const void *buffer, size_t frames, int64_t now_ns);
ErrorLog.h 222 * \param now_ns current time in nanoseconds.
224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);
  /device/generic/goldfish/sensors/
sensors_qemu.c 129 static int64_t now_ns(void) { function
456 const int64_t now = now_ns();
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 803 const int64_t now_ns = GetSystemClockNs();
804 const int64_t sleep_time_ns = display_time_est_ns - now_ns -
    [all...]

Completed in 65 milliseconds