Home
last modified time | relevance | path

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

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