Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp296 uint32_t monotonicNs = nsec; in threadLoop() local
298 monotonicNs += sec * 1000000000; in threadLoop()
331 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
339 ATRACE_INT("cycle_ms", monotonicNs / 1000000); in threadLoop()