Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h243 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;
311 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const;
DEventHub.cpp504 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
DInputReader.h586 return getEventHub()->hasScanCode(mId, code); in hasKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp670 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::FakeEventHub