Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc544 std::string type_string = actions[i]["Type"].asString(); in ParseActions() local
546 LOG(VERBOSE) << "Action[" << i << "]'s Type: " << type_string; in ParseActions()
547 if (type_string.empty()) { in ParseActions()
550 } else if (type_string == "DoHint") { in ParseActions()
552 } else if (type_string == "EndHint") { in ParseActions()
554 } else if (type_string == "MaskHint") { in ParseActions()
557 LOG(ERROR) << "Invalid Action[" << i << "]'s Type: " << type_string; in ParseActions()
/hardware/libhardware/include/hardware/
Dcontext_hub.h192 const char *type_string; // Type as a string. eg: "GPS" member