Searched refs:now_ns (Results 1 – 6 of 6) sorted by relevance
/system/media/audio_utils/ |
D | ErrorLog.cpp | 27 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()
|
D | PowerLog.cpp | 265 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/ |
D | perfetto_consumer.cc | 90 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/ |
D | file_models.cc | 39 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/ |
D | PowerLog.h | 144 void power_log_log(power_log_t *power_log, const void *buffer, size_t frames, int64_t now_ns);
|
D | ErrorLog.h | 224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);
|