Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc571 std::string type_string = actions[i]["Type"].asString(); in ParseActions() local
573 LOG(VERBOSE) << "Action[" << i << "]'s Type: " << type_string; in ParseActions()
574 if (type_string.empty()) { in ParseActions()
577 } else if (type_string == "DoHint") { in ParseActions()
579 } else if (type_string == "EndHint") { in ParseActions()
581 } else if (type_string == "MaskHint") { in ParseActions()
584 LOG(ERROR) << "Invalid Action[" << i << "]'s Type: " << type_string; in ParseActions()
/hardware/libhardware/include_all/hardware/
Dcontext_hub.h192 const char *type_string; // Type as a string. eg: "GPS" member
/hardware/libhardware/include/hardware/
Dcontext_hub.h192 const char *type_string; // Type as a string. eg: "GPS" member