Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp372 if (device && device->hasValidFd() && device->keyMap.haveKeyLayout()) { in getKeyCodeState()
374 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes); in getKeyCodeState()
435 if (device && device->keyMap.haveKeyLayout()) { in markSupportedKeyCodes()
440 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey( in markSupportedKeyCodes()
476 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) { in mapKey()
477 if (!device->keyMap.keyLayoutMap->mapKey( in mapKey()
505 if (device && device->keyMap.haveKeyLayout()) { in mapAxis()
506 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo); in mapAxis()
595 device->keyMap.keyCharacterMap, map); in setKeyboardLayoutOverlay()
1316 device->configuration, &device->keyMap)) { in openDeviceLocked()
[all …]
DEventHub.h363 KeyMap keyMap; member
391 return keyMap.keyCharacterMap; in getKeyCharacterMap()
/frameworks/native/libs/input/
DKeyboard.cpp161 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) { in isEligibleBuiltInKeyboard() argument
163 if (!keyMap->haveKeyCharacterMap() || isKeyboardSpecialFunction(deviceConfiguration) in isEligibleBuiltInKeyboard()
164 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
/frameworks/native/include/input/
DKeyboard.h83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);