Searched refs:keyMap (Results 1 – 4 of 4) sorted by relevance
355 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()459 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) { in mapKey()460 if (!device->keyMap.keyLayoutMap->mapKey( in mapKey()488 if (device && device->keyMap.haveKeyLayout()) { in mapAxis()489 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo); in mapAxis()578 device->keyMap.keyCharacterMap, map); in setKeyboardLayoutOverlay()1281 device->configuration, &device->keyMap)) { in openDeviceLocked()[all …]
356 KeyMap keyMap; member380 return keyMap.keyCharacterMap; in getKeyCharacterMap()
152 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) { in isEligibleBuiltInKeyboard() argument153 if (!keyMap->haveKeyCharacterMap() in isEligibleBuiltInKeyboard()154 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);