Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc602 std::string value_name = actions[i]["Value"].asString(); in ParseActions() local
603 LOG(VERBOSE) << "Action[" << i << "]'s Value: " << value_name; in ParseActions()
606 if (!nodes[node_index]->GetValueIndex(value_name, &value_index)) { in ParseActions()
608 LOG(ERROR) << "Action[" << i << "]'s Value " << value_name in ParseActions()