Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputEventLabels.h57 static const std::unordered_map<std::string, int> KEYCODES;
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp397 const std::unordered_map<std::string, int> InputEventLookup::KEYCODES = {KEYCODES_SEQUENCE}; member in android::InputEventLookup
425 return int32_t(lookupValueByLabel(KEYCODES, label)); in getKeyCodeByLabel()
429 if (keyCode >= 0 && static_cast<size_t>(keyCode) < KEYCODES.size()) { in getLabelByKeyCode()