Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc638 const std::string &hint_value = actions[i]["Value"].asString(); in ParseActions() local
639 LOG(VERBOSE) << "Action[" << i << "]'s Value: " << hint_value; in ParseActions()
640 if (hint_value.empty()) { in ParseActions()
646 actions_parsed[hint_type].hint_actions.emplace_back(action_type, hint_value, in ParseActions()