Home
last modified time | relevance | path

Searched refs:now_ns (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/media/audio_utils/
H A DErrorLog.cpp27 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns) in error_log_log() argument
32 reinterpret_cast<ErrorLog<int32_t> *>(error_log)->log(code, now_ns); in error_log_log()
H A DPowerLog.cpp265 const void *buffer, size_t frames, int64_t now_ns) in power_log_log() argument
270 reinterpret_cast<PowerLog *>(power_log)->log(buffer, frames, now_ns); in power_log_log()
/aosp12/system/iorap/src/perfetto/
H A Dperfetto_consumer.cc90 uint64_t now_ns = (now.tv_sec * kSecToNano + now.tv_nsec); in GetTimeNanoseconds() local
91 return now_ns; in GetTimeNanoseconds()
339 uint64_t now_ns = GetTimeNanoseconds(); in OnTraceMessage() local
346 if ((now_ns - started_tracing_ns) > GetPropertyTraceTimeoutNs()) { in OnTraceMessage()
347 LOG(WARNING) << "Perfetto Handle timed out after " << (now_ns - started_tracing_ns) << "ns" in OnTraceMessage()
/aosp12/system/iorap/src/db/
H A Dfile_models.cc39 uint64_t now_ns = (now.tv_sec * 1000000000LL + now.tv_nsec); in GetTimeNanoseconds() local
40 return now_ns; in GetTimeNanoseconds()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DPowerLog.h144 void power_log_log(power_log_t *power_log, const void *buffer, size_t frames, int64_t now_ns);
H A DErrorLog.h224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp881 const int64_t now_ns = GetSystemClockNs(); in PostThread() local
882 const int64_t sleep_time_ns = display_time_est_ns - now_ns - in PostThread()