Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DAdpfConfig.h85 std::optional<bool> heuristicBoostOn, std::optional<uint32_t> hBoostOnMissedCycles, in AdpfConfig()
117 mHeuristicBoostOn(heuristicBoostOn), in AdpfConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc736 std::optional<bool> heuristicBoostOn; in ParseAdpfConfigs() local
772 ADPF_PARSE_OPTIONAL(heuristicBoostOn, "HeuristicBoost_On", Bool); in ParseAdpfConfigs()
798 if (heuristicBoostOn.has_value()) { in ParseAdpfConfigs()
827 gpuCapacityLoadUpHeadroom, heuristicBoostOn, hBoostOnMissedCycles, in ParseAdpfConfigs()