Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h359 inline bool hasKeyCode(int32_t keyCode) const { return mEventHub->hasKeyCode(mId, keyCode); } in hasKeyCode() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h193 bool hasKeyCode(int32_t deviceId, int32_t keyCode) const override { in hasKeyCode() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp474 bool FakeEventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1386 bool EventHub::hasKeyCode(int32_t deviceId, int32_t keyCode) const { in hasKeyCode() function in android::EventHub