Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp401 int next_min = std::min(static_cast<int>(uclampMinCeiling), in reportActualWorkDuration() local
403 next_min = std::max(static_cast<int>(adpfConfig->mUclampMinLow), next_min); in reportActualWorkDuration()
405 updatePidControlVariable(next_min); in reportActualWorkDuration()