Searched refs:loadNs (Results 1 – 2 of 2) sorted by relevance
81 audio_utils::Statistics<double> wall, loadNs; in dump() local100 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()
275 uint32_t loadNs = 0; in threadLoop() local286 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()