Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastMixerDumpState.cpp81 audio_utils::Statistics<double> wall, loadNs; in dump() local
100 loadNs.add(sampleLoadNs); in dump()
124 loadNs.getMean()*1e-3, loadNs.getMin()*1e-3, loadNs.getMax()*1e-3, in dump()
125 loadNs.getStdDev()*1e-3); in dump()
DFastThread.cpp275 uint32_t loadNs = 0; in threadLoop() local
286 loadNs = nsec; in threadLoop()
288 loadNs += sec * 1000000000U; // unsigned to prevent signed overflow. in threadLoop()
307 mDumpState->mLoadNs[i] = loadNs; in threadLoop()
315 ATRACE_INT(mLoadUs, loadNs / 1000); in threadLoop()