Home
last modified time | relevance | path

Searched refs:keyMap (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.cpp355 if (device && !device->isVirtual() && device->keyMap.haveKeyLayout()) { in getKeyCodeState()
357 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes); in getKeyCodeState()
418 if (device && device->keyMap.haveKeyLayout()) { in markSupportedKeyCodes()
423 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey( in markSupportedKeyCodes()
457 if (device->keyMap.haveKeyLayout()) { in mapKey()
458 if (!device->keyMap.keyLayoutMap->mapKey( in mapKey()
474 if (device && device->keyMap.haveKeyLayout()) { in mapAxis()
475 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo); in mapAxis()
564 device->keyMap.keyCharacterMap, map); in setKeyboardLayoutOverlay()
1258 device->configuration, &device->keyMap)) { in openDeviceLocked()
[all …]
DEventHub.h351 KeyMap keyMap; member
375 return keyMap.keyCharacterMap; in getKeyCharacterMap()
/frameworks/native/libs/input/
DKeyboard.cpp152 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) { in isEligibleBuiltInKeyboard() argument
153 if (!keyMap->haveKeyCharacterMap() in isEligibleBuiltInKeyboard()
154 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
/frameworks/native/include/input/
DKeyboard.h83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);