Home | History | Annotate | Download | only in android

Lines Matching refs:EV_ABS

148             _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
150 _push_event(EV_ABS, ABS_MT_TRACKING_ID, slot_index);
151 _push_event(EV_ABS, ABS_MT_TOUCH_MAJOR, ++mts_state->touch_major);
152 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
153 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
154 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
173 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
177 _push_event(EV_ABS, ABS_MT_TRACKING_ID, -1);
213 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
219 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
223 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
227 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);