Home
last modified time | relevance | path

Searched defs:throttleDecision (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/power-libperfmgr/adaptivecpu/
DThrottleDecision.cpp26 std::string ThrottleString(ThrottleDecision throttleDecision) { in ThrottleString()
DModel.cpp84 const ThrottleDecision throttleDecision = in Run() local
DAdaptiveCpuStats.cpp45 ThrottleDecision throttleDecision, in RegisterSuccessfulRun()
DAdaptiveCpu.cpp176 const ThrottleDecision throttleDecision = mModel.Run(historicalModelInputs, mConfig); in RunMainLoop() local
/hardware/google/pixel/power-libperfmgr/adaptivecpu/tests/
DModelTest.cpp114 ThrottleDecision throttleDecision = model.Run(modelInputs, config); in TEST() local