Home
last modified time | relevance | path

Searched refs:haveKeyLayout (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DKeyboard.h47 inline bool haveKeyLayout() const { in haveKeyLayout() function
56 return haveKeyLayout() && haveKeyCharacterMap(); in isComplete()
/frameworks/native/libs/input/
DKeyboard.cpp105 if (!haveKeyLayout()) { in probeKeyMap()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp659 if (!keyMap.haveKeyLayout()) { in hasKeycodeLocked()
759 if (!keyMap.haveKeyLayout()) { in mapLed()
1065 if (device == nullptr || !device->hasValidFd() || !device->keyMap.haveKeyLayout()) { in getKeyCodeState()
1172 if (device != nullptr && device->keyMap.haveKeyLayout()) { in markSupportedKeyCodes()
1212 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) { in mapKey()
1246 if (device == nullptr || !device->keyMap.haveKeyLayout()) { in mapAxis()
1262 if (device != nullptr && device->keyMap.haveKeyLayout()) { in mapSensor()