Home
last modified time | relevance | path

Searched defs:hasKeyCode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h395 inline bool hasKeyCode(int32_t keyCode) const { return mEventHub->hasKeyCode(mId, keyCode); } in hasKeyCode() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h236 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override { in hasKeyCode() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp499 bool FakeEventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1494 bool EventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::EventHub