Home
last modified time | relevance | path

Searched refs:hasMscEvent (Results 1 – 5 of 5) 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
DEventHub.h257 virtual bool hasMscEvent(int32_t deviceId, int mscEvent) const = 0;
454 bool hasMscEvent(int32_t deviceId, int mscEvent) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp132 mHasHardwareTimestamp = getDeviceContext().hasMscEvent(MSC_TIMESTAMP); in configure()
/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