Searched refs:ParseKeycodes (Results 1 – 2 of 2) sorted by relevance
133 bool ParseKeycodes(const std::vector<std::string>& args, std::string* err);
456 bool Service::ParseKeycodes(const std::vector<std::string>& args, std::string* err) { in ParseKeycodes() function in android::init::Service641 {"keycodes", {1, kMax, &Service::ParseKeycodes}}, in map()