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.cpp161 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
163 if (!keyMap->haveKeyCharacterMap() || isKeyboardSpecialFunction(deviceConfiguration)
164 || keyMap->keyCharacterMap->getKeyboardType()
160 isEligibleBuiltInKeyboard(const InputDeviceIdentifier& deviceIdentifier, const PropertyMap* deviceConfiguration, const KeyMap* keyMap) argument
/frameworks/native/services/inputflinger/
H A DEventHub.cpp372 if (device && device->hasValidFd() && device->keyMap.haveKeyLayout()) {
374 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes);
435 if (device && device->keyMap.haveKeyLayout()) {
440 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey(
476 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) {
477 if (!device->keyMap.keyLayoutMap->mapKey(
505 if (device && device->keyMap.haveKeyLayout()) {
506 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo);
595 device->keyMap.keyCharacterMap, map);
1316 device->configuration, &device->keyMap)) {
[all...]
H A DEventHub.h363 KeyMap keyMap; member in struct:android::EventHub::Device
391 return keyMap.keyCharacterMap;

Completed in 70 milliseconds