Home
last modified time | relevance | path

Searched refs:hasMscEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h270 inline bool hasMscEvent(int mscEvent) const { return mEventHub->hasMscEvent(mId, mscEvent); } in hasMscEvent() function
DEventHub.h255 virtual bool hasMscEvent(int32_t deviceId, int mscEvent) const = 0;
450 bool hasMscEvent(int32_t deviceId, int mscEvent) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp131 mHasHardwareTimestamp = getDeviceContext().hasMscEvent(MSC_TIMESTAMP); in configure()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp812 bool EventHub::hasMscEvent(int32_t deviceId, int mscEvent) const { in hasMscEvent() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp695 bool hasMscEvent(int32_t deviceId, int mscEvent) const override final { in hasMscEvent() function in android::FakeEventHub