Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DAdpfConfig.cc67 if (mHeuristicBoostOn.has_value()) { in dumpToFd()
68 dump_buf << "HeuristicBoost_On: " << mHeuristicBoostOn.value() << "\n"; in dumpToFd()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp106 if (adpfConfig->mHeuristicBoostOn.has_value() && adpfConfig->mHeuristicBoostOn.value()) { in convertWorkDurationToBoostByPid()
142 HintManagerT::GetInstance()->GetAdpfProfile()->mHeuristicBoostOn.has_value() && in PowerHintSession()
145 ->mHeuristicBoostOn.value() in PowerHintSession()
387 if (adpfConfig->mHeuristicBoostOn.has_value() && adpfConfig->mHeuristicBoostOn.value()) { in reportActualWorkDuration()
396 if (adpfConfig->mHeuristicBoostOn.has_value() && adpfConfig->mHeuristicBoostOn.value()) { in reportActualWorkDuration()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DAdpfConfig.h56 std::optional<bool> mHeuristicBoostOn; member
117 mHeuristicBoostOn(heuristicBoostOn), in AdpfConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc835 EXPECT_TRUE(adpfs[0]->mHeuristicBoostOn.value()); in TEST_F()
836 EXPECT_FALSE(adpfs[1]->mHeuristicBoostOn.has_value()); in TEST_F()