Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dtimestampverifier_tests.cpp61 EXPECT_EQ(-std::numeric_limits<double>::infinity(), s.getMax()); in TEST()
66 EXPECT_EQ(0., tv2.getJitterMs().getMax()); in TEST()
83 EXPECT_EQ(0., tv3.getJitterMs().getMax()); in TEST()
Dstatistics_tests.cpp73 constexpr T getMax() const { return mMax; } in getMax() function in ConstexprStatistics
129 EXPECT_EQ(refstat.getMax(), stat.getMax()); in verify()
227 s.getMax()); in TEST()
/system/media/audio_utils/include/audio_utils/
DStatistics.h359 constexpr T getMax() const {
375 ss << " max=" << getMax();
506 T getMax() const {
522 ss << " max=" << getMax();