Home
last modified time | relevance | path

Searched refs:keyMap (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/input/
DKeyboard.cpp161 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) { in isEligibleBuiltInKeyboard() argument
163 if (!keyMap->haveKeyCharacterMap() || isKeyboardSpecialFunction(deviceConfiguration) in isEligibleBuiltInKeyboard()
164 || keyMap->keyCharacterMap->getKeyboardType() in isEligibleBuiltInKeyboard()
/frameworks/native/services/inputflinger/
DEventHub.cpp424 if (device && device->hasValidFd() && device->keyMap.haveKeyLayout()) { in getKeyCodeState()
426 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes); in getKeyCodeState()
487 if (device && device->keyMap.haveKeyLayout()) { in markSupportedKeyCodes()
492 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey( in markSupportedKeyCodes()
528 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) { in mapKey()
529 if (!device->keyMap.keyLayoutMap->mapKey(scanCode, usageCode, outKeycode, outFlags)) { in mapKey()
556 if (device && device->keyMap.haveKeyLayout()) { in mapAxis()
557 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo); in mapAxis()
648 device->keyMap.keyCharacterMap, map); in setKeyboardLayoutOverlay()
1395 device->configuration, &device->keyMap)) { in openDeviceLocked()
[all …]
DEventHub.h349 KeyMap keyMap; member
375 return keyMap.keyCharacterMap; in getKeyCharacterMap()
/frameworks/native/include/input/
DKeyboard.h73 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp271 std::set<std::string> keyMap(keys.begin(), keys.end()); in getParamIndicesForKeys() local
274 keyMap.size(), mMap.size()); in getParamIndicesForKeys()
278 ALOGV("count of %s is %zu", name.c_str(), keyMap.count(name)); in getParamIndicesForKeys()
279 if (keyMap.count(name) > 0) { in getParamIndicesForKeys()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java894 Map<String, Long> keyMap = new HashMap<String, Long>(); in getKeyMap() local
901 return keyMap; in getKeyMap()
905 return keyMap; in getKeyMap()
931 keyMap.put(key, connectionTime); in getKeyMap()
936 return keyMap; in getKeyMap()