Home
last modified time | relevance | path

Searched defs:mscEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h275 inline bool hasMscEvent(int mscEvent) const { return mEventHub->hasMscEvent(mId, mscEvent); } in hasMscEvent()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp658 void setMscEvent(int32_t deviceId, int32_t mscEvent) { in setMscEvent()