Lines Matching refs:keyMap
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()
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()
1368 device->keyMap.keyLayoutFile.string(), in openDeviceLocked()
1369 device->keyMap.keyCharacterMapFile.string(), in openDeviceLocked()
1427 return device->keyMap.load(device->identifier, device->configuration); in loadKeyMapLocked()
1477 if (!device->keyMap.haveKeyLayout()) { in hasKeycodeLocked()
1482 device->keyMap.keyLayoutMap->findScanCodesForKey(keycode, &scanCodes); in hasKeycodeLocked()
1495 if (!device->keyMap.haveKeyLayout()) { in mapLed()
1500 if(device->keyMap.keyLayoutMap->findScanCodeForLed(led, &scanCode) != NAME_NOT_FOUND) { in mapLed()
1680 device->keyMap.keyLayoutFile.string()); in dump()
1682 device->keyMap.keyCharacterMapFile.string()); in dump()