Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DSmallAreaDetectionAllowMappings.h31 void setThresholdForAppId(int32_t appId, float threshold) EXCLUDES(mLock);
DSmallAreaDetectionAllowMappings.cpp32 void SmallAreaDetectionAllowMappings::setThresholdForAppId(int32_t appId, float threshold) { in setThresholdForAppId() function in android::scheduler::SmallAreaDetectionAllowMappings
DScheduler.cpp1278 mSmallAreaDetectionAllowMappings.setThresholdForAppId(appId, threshold); in setSmallAreaDetectionThreshold()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSmallAreaDetectionAllowMappingsTest.cpp48 mMappings.setThresholdForAppId(kAppId1, kThreshold1); in TEST_F()