Searched refs:appIdThresholdMappings (Results 1 – 3 of 3) sorted by relevance
22 std::vector<std::pair<int32_t, float>>& appIdThresholdMappings) { in update() argument25 for (std::pair<int32_t, float> row : appIdThresholdMappings) { in update()
30 void update(std::vector<std::pair<int32_t, float>>& appIdThresholdMappings);
8954 std::vector<std::pair<int32_t, float>>& appIdThresholdMappings) { in updateSmallAreaDetection() argument8955 mScheduler->updateSmallAreaDetection(appIdThresholdMappings); in updateSmallAreaDetection()