Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DHintManager.cc172 std::vector<NodeAction> actions_override = actions_.at(hint_type).node_actions; in DoHint() local
173 for (auto& action : actions_override) { in DoHint()
176 if (!nm_->Request(actions_override, hint_type)) { in DoHint()