Home
last modified time | relevance | path

Searched defs:now_ns (Results 1 – 4 of 4) 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()
DPowerLog.cpp265 const void *buffer, size_t frames, int64_t now_ns) in power_log_log()
/system/iorap/src/db/
Dfile_models.cc39 uint64_t now_ns = (now.tv_sec * 1000000000LL + now.tv_nsec); in GetTimeNanoseconds() local
/system/iorap/src/perfetto/
Dperfetto_consumer.cc90 uint64_t now_ns = (now.tv_sec * kSecToNano + now.tv_nsec); in GetTimeNanoseconds() local
339 uint64_t now_ns = GetTimeNanoseconds(); in OnTraceMessage() local