Home
last modified time | relevance | path

Searched defs:now_ns (Results 1 – 5 of 5) 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()
H A DPowerLog.cpp265 const void *buffer, size_t frames, int64_t now_ns) in power_log_log()
/aosp12/system/iorap/src/db/
H A Dfile_models.cc39 uint64_t now_ns = (now.tv_sec * 1000000000LL + now.tv_nsec); in GetTimeNanoseconds() local
/aosp12/system/iorap/src/perfetto/
H A 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
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp881 const int64_t now_ns = GetSystemClockNs(); in PostThread() local