Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixerDumpState.cpp93 audio_utils::Statistics<double> wall, loadNs; in dump() local
112 loadNs.add(sampleLoadNs); in dump()
136 loadNs.getMean()*1e-3, loadNs.getMin()*1e-3, loadNs.getMax()*1e-3, in dump()
137 loadNs.getStdDev()*1e-3); in dump()
DFastThread.cpp315 uint32_t loadNs = 0; in threadLoop() local
326 loadNs = nsec; in threadLoop()
328 loadNs += sec * 1000000000U; // unsigned to prevent signed overflow. in threadLoop()
347 mDumpState->mLoadNs[i] = loadNs; in threadLoop()
355 ATRACE_INT(mLoadUs, loadNs / 1000); in threadLoop()