Searched refs:hasKeyCode (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 396 inline bool hasKeyCode(int32_t keyCode) const { return mEventHub->hasKeyCode(mId, keyCode); } in hasKeyCode() function
|
D | EventHub.h | 357 virtual bool hasKeyCode(int32_t deviceId, int32_t keyCode) const = 0; 574 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override final;
|
/frameworks/native/services/inputflinger/tests/ |
D | InterfaceMocks.h | 147 MOCK_METHOD(bool, hasKeyCode, (int32_t deviceId, int32_t keyCode), (const, override));
|
D | FakeEventHub.h | 197 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override;
|
D | FakeEventHub.cpp | 506 bool FakeEventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::FakeEventHub
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 394 if (!android::isMetaKey(keyCode) || !getDeviceContext().hasKeyCode(keyCode)) { in updateMetaState()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 223 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override { in hasKeyCode() function
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 1478 bool EventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::EventHub
|