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

/frameworks/native/services/inputflinger/
H A DEventHub.h233 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const = 0;
300 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const;
H A DEventHub.cpp483 bool EventHub::hasScanCode(int32_t deviceId, int32_t scanCode) const { function in class:android::EventHub
H A DInputReader.h588 return getEventHub()->hasScanCode(mId, code);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp645 virtual bool hasScanCode(int32_t deviceId, int32_t scanCode) const { function in class:android::FakeEventHub

Completed in 43 milliseconds