Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DSmallAreaDetectionAllowMappings.cpp22 std::vector<std::pair<int32_t, float>>& appIdThresholdMappings) { in update() argument
25 for (std::pair<int32_t, float> row : appIdThresholdMappings) { in update()
DSmallAreaDetectionAllowMappings.h30 void update(std::vector<std::pair<int32_t, float>>& appIdThresholdMappings);
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp8954 std::vector<std::pair<int32_t, float>>& appIdThresholdMappings) { in updateSmallAreaDetection() argument
8955 mScheduler->updateSmallAreaDetection(appIdThresholdMappings); in updateSmallAreaDetection()