Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmedia/include/media/
H A DCharacterEncodingDetector.h48 bool isFrequent(const uint16_t *values, uint32_t c);
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.cpp76 bool LayerInfo::isFrequent(nsecs_t now) const { in isFrequent() function in android::scheduler::LayerInfo
234 if (!isFrequent(now)) { in getRefreshRateVote()
H A DLayerInfo.h259 bool isFrequent(nsecs_t now) const;
/aosp12/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp429 if (isFrequent(freqdata, c)) { in getPreferred()
491 bool CharacterEncodingDetector::isFrequent(const uint16_t *values, uint32_t c) { in isFrequent() function in android::CharacterEncodingDetector
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerHistoryTest.cpp77 [now](const auto& pair) { return pair.second->isFrequent(now); }); in frequentLayerCount()