Home
last modified time | relevance | path

Searched defs:usageCodes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/input/tests/
H A DInputDevice_test.cpp185 std::vector<int32_t> usageCodes = keyLayoutMap->findUsageCodesForKey(outKeyCode); in TEST() local
199 std::vector<int32_t> usageCodes = keyLayoutMap->findUsageCodesForKey(outKeyCode); in TEST() local
/aosp_15_r20/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp253 std::vector<int32_t> usageCodes; in findUsageCodesForKey() local
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp692 std::vector<int32_t> usageCodes = keyMap.keyLayoutMap->findUsageCodesForKey(keycode); in hasKeycodeInternalLocked() local