Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc570 HintActionType action_type = HintActionType::Node; in ParseActions() local
578 action_type = HintActionType::DoHint; in ParseActions()
580 action_type = HintActionType::EndHint; in ParseActions()
582 action_type = HintActionType::MaskHint; in ParseActions()
588 if (action_type == HintActionType::Node) { in ParseActions()
646 actions_parsed[hint_type].hint_actions.emplace_back(action_type, hint_value, in ParseActions()