Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp305 uint32_t monotonicNs = nsec; in threadLoop() local
307 monotonicNs += sec * 1000000000; in threadLoop()
340 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
348 ATRACE_INT(mCycleMs, monotonicNs / 1000000); in threadLoop()