Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h323 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1178 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp867 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override { in hasScanCode() function in android::FakeEventHub