Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h275 inline bool hasMscEvent(int mscEvent) const { return mEventHub->hasMscEvent(mId, mscEvent); } in hasMscEvent() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp840 bool EventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp774 bool hasMscEvent(int32_t deviceId, int mscEvent) const override final { in hasMscEvent() function in android::FakeEventHub