Searched refs:StatsType (Results 1 – 1 of 1) sorted by relevance
43 using StatsType = audio_utils::Statistics<FloatType>; variable91 StatsType getStatistics(const Code& code) const { in getStatistics()94 return it == mStatisticsMap.end() ? StatsType{} : it->second; in getStatistics()121 std::map<Code, StatsType, std::less<>> mStatisticsMap GUARDED_BY(mLock);