Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h356 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h190 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override { in hasScanCode() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp465 bool FakeEventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1377 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub