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

/frameworks/base/include/androidfw/
H A DKeyboard.h82 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp153 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
154 if (!keyMap->haveKeyCharacterMap()
155 || keyMap->keyCharacterMap->getKeyboardType()
152 isEligibleBuiltInKeyboard(const InputDeviceIdentifier& deviceIdentifier, const PropertyMap* deviceConfiguration, const KeyMap* keyMap) argument
/frameworks/base/services/input/
H A DEventHub.cpp355 if (device && !device->isVirtual() && device->keyMap.haveKeyLayout()) {
357 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes);
418 if (device && device->keyMap.haveKeyLayout()) {
423 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey(
457 if (device->keyMap.haveKeyLayout()) {
458 if (!device->keyMap.keyLayoutMap->mapKey(
474 if (device && device->keyMap.haveKeyLayout()) {
475 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo);
558 device->keyMap.keyCharacterMap, map);
1161 device->configuration, &device->keyMap)) {
[all...]
H A DEventHub.h324 KeyMap keyMap; member in struct:android::EventHub::Device
343 return keyMap.keyCharacterMap;

Completed in 1777 milliseconds