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

/frameworks/native/include/input/
H A DKeyboard.h83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
/frameworks/native/libs/input/
H A DKeyboard.cpp152 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
153 if (!keyMap->haveKeyCharacterMap()
154 || keyMap->keyCharacterMap->getKeyboardType()
151 isEligibleBuiltInKeyboard(const InputDeviceIdentifier& deviceIdentifier, const PropertyMap* deviceConfiguration, const KeyMap* keyMap) argument
/frameworks/native/services/inputflinger/
H A DEventHub.cpp348 if (device && !device->isVirtual() && device->keyMap.haveKeyLayout()) {
350 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes);
411 if (device && device->keyMap.haveKeyLayout()) {
416 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey(
450 if (device->keyMap.haveKeyLayout()) {
451 if (!device->keyMap.keyLayoutMap->mapKey(
467 if (device && device->keyMap.haveKeyLayout()) {
468 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo);
557 device->keyMap.keyCharacterMap, map);
1245 device->configuration, &device->keyMap)) {
[all...]
H A DEventHub.h345 KeyMap keyMap; member in struct:android::EventHub::Device
369 return keyMap.keyCharacterMap;

Completed in 127 milliseconds