Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp310 uint32_t monotonicNs = nsec; in threadLoop() local
312 monotonicNs += sec * 1000000000U; // unsigned to prevent signed overflow. in threadLoop()
345 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
346 LOG_WORK_TIME(monotonicNs); in threadLoop()
354 ATRACE_INT(mCycleMs, monotonicNs / 1000000); in threadLoop()
/frameworks/av/media/libnblog/
DMerger.cpp161 const int64_t monotonicNs = it.payload<int64_t>(); in processSnapshot() local
162 const double monotonicMs = monotonicNs * 1e-6; in processSnapshot()
164 data.active += monotonicNs; in processSnapshot()
DReader.cpp267 const int64_t monotonicNs = it.payload<int64_t>(); in dump() local
268 body.appendFormat("EVENT_WORK_TIME,%lld", static_cast<long long>(monotonicNs)); in dump()