Home
last modified time | relevance | path

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

/system/media/audio_utils/
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()
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()
/system/iorap/src/perfetto/
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()
/system/iorap/src/db/
Dfile_models.cc39 uint64_t now_ns = (now.tv_sec * 1000000000LL + now.tv_nsec); in GetTimeNanoseconds() local
40 return now_ns; in GetTimeNanoseconds()
/system/media/audio_utils/include/audio_utils/
DPowerLog.h144 void power_log_log(power_log_t *power_log, const void *buffer, size_t frames, int64_t now_ns);
DErrorLog.h224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);