Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h392 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h233 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override { in hasScanCode() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp490 bool FakeEventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1485 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub