Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h133 bool ParseKeycodes(const std::vector<std::string>& args, std::string* err);
Dservice.cpp456 bool Service::ParseKeycodes(const std::vector<std::string>& args, std::string* err) { in ParseKeycodes() function in android::init::Service
641 {"keycodes", {1, kMax, &Service::ParseKeycodes}}, in map()