Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h97 bool hasKey(int32_t code) { return getEventHub()->hasScanCode(mId, code); } in hasKey()
DEventHub.h222 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;
298 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp585 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp714 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const { in hasScanCode() function in android::FakeEventHub