Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioRecord.cpp95 int64_t activeNs = 0; in gather() local
97 activeNs = systemTime() - mStartedNs; in gather()
99 mAnalyticsItem->setDouble(MM_PREFIX "durationMs", (mDurationNs + activeNs) * 1e-6); in gather()