Home
last modified time | relevance | path

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

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