Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp282 uint32_t monotonicNs = nsec; in threadLoop() local
284 monotonicNs += sec * 1000000000; in threadLoop()
317 dumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
325 ATRACE_INT("cycle_ms", monotonicNs / 1000000); in threadLoop()