Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h120 bool HandleKeycodes(const std::vector<std::string>& args, std::string* err);
Dservice.cpp219 bool Service::HandleKeycodes(const std::vector<std::string>& args, std::string* err) { in HandleKeycodes() function in Service
290 {"keycodes", {1, kMax, &Service::HandleKeycodes}}, in map()