Searched refs:keyMap (Results 1 – 4 of 4) sorted by relevance
372 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 …]
363 KeyMap keyMap; member391 return keyMap.keyCharacterMap; in getKeyCharacterMap()
161 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) { in isEligibleBuiltInKeyboard() argument163 if (!keyMap->haveKeyCharacterMap() || isKeyboardSpecialFunction(deviceConfiguration) in isEligibleBuiltInKeyboard()164 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);