Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixerDumpState.cpp88 CentralTendencyStatistics wall, loadNs; in dump() local
107 loadNs.sample(sampleLoadNs); in dump()
131 loadNs.mean()*1e-3, loadNs.minimum()*1e-3, loadNs.maximum()*1e-3, in dump()
132 loadNs.stddev()*1e-3); in dump()
DFastThread.cpp301 uint32_t loadNs = 0; in threadLoop() local
312 loadNs = nsec; in threadLoop()
314 loadNs += sec * 1000000000; in threadLoop()
332 mDumpState->mLoadNs[i] = loadNs; in threadLoop()
340 ATRACE_INT("load_us", loadNs / 1000); in threadLoop()