Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp306 double maxToAvgRatio; in updateHeuristicBoost() local
308 maxToAvgRatio = maxDurationUs.value() * 1.0 / (mDescriptor->targetNs.count() / 1000); in updateHeuristicBoost()
310 maxToAvgRatio = maxDurationUs.value() / avgDurationUs.value(); in updateHeuristicBoost()
323 maxToAvgRatio < adpfConfig->mHBoostOffMaxAvgRatio.value()) { in updateHeuristicBoost()