Home
last modified time | relevance | path

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

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