Home
last modified time | relevance | path

Searched refs:hasKeyCode (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h334 inline bool hasKeyCode(int32_t keyCode) const { return mEventHub->hasKeyCode(mId, keyCode); } in hasKeyCode() function
DEventHub.h318 virtual bool hasKeyCode(int32_t deviceId, int32_t keyCode) const = 0;
498 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp392 if (!android::isMetaKey(keyCode) || !getDeviceContext().hasKeyCode(keyCode)) { in updateMetaState()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1251 bool EventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp948 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override { in hasKeyCode() function in android::FakeEventHub