Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DKeyboard.h48 inline bool haveKeyLayout() const { in haveKeyLayout() function
57 return haveKeyLayout() && haveKeyCharacterMap(); in isComplete()
/frameworks/native/libs/input/
DKeyboard.cpp97 if (!haveKeyLayout()) { in probeKeyMap()
/frameworks/native/services/inputflinger/
DEventHub.cpp424 if (device && device->hasValidFd() && device->keyMap.haveKeyLayout()) { in getKeyCodeState()
487 if (device && device->keyMap.haveKeyLayout()) { in markSupportedKeyCodes()
528 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) { in mapKey()
556 if (device && device->keyMap.haveKeyLayout()) { in mapAxis()
1688 if (!device->keyMap.haveKeyLayout()) { in hasKeycodeLocked()
1706 if (!device->keyMap.haveKeyLayout()) { in mapLed()