Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DAdpfConfig.h59 std::optional<uint32_t> mHBoostOffMissedCycles; member
120 mHBoostOffMissedCycles(hBoostOffMissedCycles), in AdpfConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DAdpfConfig.cc71 dump_buf << "HBoostOffMissedCycles: " << mHBoostOffMissedCycles.value() << "\n"; in dumpToFd()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc841 EXPECT_EQ(2U, adpfs[0]->mHBoostOffMissedCycles.value()); in TEST_F()
842 EXPECT_FALSE(adpfs[1]->mHBoostOffMissedCycles.has_value()); in TEST_F()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp322 } else if (numOfMissedCycles <= adpfConfig->mHBoostOffMissedCycles.value() && in updateHeuristicBoost()