Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h396 inline bool hasKeyCode(int32_t keyCode) const { return mEventHub->hasKeyCode(mId, keyCode); } in hasKeyCode() function
DEventHub.h357 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/
DInterfaceMocks.h147 MOCK_METHOD(bool, hasKeyCode, (int32_t deviceId, int32_t keyCode), (const, override));
DFakeEventHub.h197 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override;
DFakeEventHub.cpp506 bool FakeEventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp394 if (!android::isMetaKey(keyCode) || !getDeviceContext().hasKeyCode(keyCode)) { in updateMetaState()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h223 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override { in hasKeyCode() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1478 bool EventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::EventHub