Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h60 struct HintAction { struct
61 HintAction(HintActionType t, const std::string &v) : type(t), value(v) {} in HintAction() argument
69 std::vector<HintAction> hint_actions; argument