Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DMelAggregator.h129 int64_t csdTimeIntervalStored_l() REQUIRES(mLock);
/system/media/audio_utils/
DMelAggregator.cpp75 int64_t MelAggregator::csdTimeIntervalStored_l() in csdTimeIntervalStored_l() function in android::audio_utils::MelAggregator
104 while (!mCsdRecords.empty() && csdTimeIntervalStored_l() > mCsdWindowSeconds) { in removeOldCsdRecords_l()