Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h328 inline bool hasMscEvent(int mscEvent) const { return mEventHub->hasMscEvent(mId, mscEvent); } in hasMscEvent() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h146 bool hasMscEvent(int32_t deviceId, int mscEvent) const override { return mFdp->ConsumeBool(); } in hasMscEvent() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp288 bool FakeEventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1058 bool EventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent() function in android::EventHub