Lines Matching refs:keyMap
312 if (device && device->keyMap.haveKeyLayout()) {
314 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes);
375 if (device && device->keyMap.haveKeyLayout()) {
380 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey(
404 if (device && device->keyMap.haveKeyLayout()) {
405 status_t err = device->keyMap.keyLayoutMap->mapKey(scancode, outKeycode, outFlags);
414 if (device && device->keyMap.haveKeyLayout()) {
415 status_t err = device->keyMap.keyLayoutMap->mapKey(scancode, outKeycode, outFlags);
432 if (device && device->keyMap.haveKeyLayout()) {
433 status_t err = device->keyMap.keyLayoutMap->mapAxis(scancode, outAxisInfo);
442 if (device && device->keyMap.haveKeyLayout()) {
443 status_t err = device->keyMap.keyLayoutMap->mapAxis(scancode, outAxisInfo);
687 if (iev.type == EV_KEY && device->keyMap.haveKeyLayout()) {
688 status_t err = device->keyMap.keyLayoutMap->mapKey(iev.code,
999 // We do this now so that we can make sure to load the keymap if necessary.
1010 // Load the keymap for the device.
1023 device->configuration, &device->keyMap)) {
1080 device->keyMap.keyLayoutFile.string(),
1081 device->keyMap.keyCharacterMapFile.string(),
1120 return device->keyMap.load(device->identifier, device->configuration);
1126 device->keyMap.keyLayoutFile, device->keyMap.keyCharacterMapFile);
1145 if (!device->keyMap.haveKeyLayout() || !device->keyBitmask) {
1150 device->keyMap.keyLayoutMap->findScanCodesForKey(keycode, &scanCodes);
1329 device->keyMap.keyLayoutFile.string());
1331 device->keyMap.keyCharacterMapFile.string());