Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DKeyboard.h48 inline bool haveKeyLayout() const { in haveKeyLayout() function
57 return haveKeyLayout() && haveKeyCharacterMap(); in isComplete()
/aosp12/frameworks/native/libs/input/
H A DKeyboard.cpp97 if (!haveKeyLayout()) { in probeKeyMap()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp448 if (!keyMap.haveKeyLayout()) { in hasKeycodeLocked()
544 if (!keyMap.haveKeyLayout()) { in mapLed()
839 if (device != nullptr && device->hasValidFd() && device->keyMap.haveKeyLayout()) { in getKeyCodeState()
898 if (device != nullptr && device->keyMap.haveKeyLayout()) { in markSupportedKeyCodes()
938 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) { in mapKey()
966 if (device != nullptr && device->keyMap.haveKeyLayout()) { in mapAxis()
981 if (device != nullptr && device->keyMap.haveKeyLayout()) { in mapSensor()