Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h331 inline bool hasScanCode(int32_t scanCode) const { in hasScanCode() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1242 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp939 bool hasScanCode(int32_t deviceId, int32_t scanCode) const override { in hasScanCode() function in android::FakeEventHub