Home
last modified time | relevance | path

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

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