Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h329 inline bool hasMscEvent(int mscEvent) const { return mEventHub->hasMscEvent(mId, mscEvent); } in hasMscEvent() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h137 bool hasMscEvent(int32_t deviceId, int mscEvent) const override { return mFdp->ConsumeBool(); } in hasMscEvent() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp292 bool FakeEventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1041 bool EventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent() function in android::EventHub