Home | History | Annotate | Download | only in android

Lines Matching full:_push_event

94 _push_event(int type, int code, int value)
153 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
155 _push_event(EV_ABS, ABS_MT_TRACKING_ID, slot_index);
156 _push_event(EV_ABS, ABS_MT_TOUCH_MAJOR, ++mts_state->touch_major);
157 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
158 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
159 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
160 _push_event(EV_SYN, SYN_REPORT, 0);
178 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
182 _push_event(EV_ABS, ABS_MT_TRACKING_ID, -1);
183 _push_event(EV_SYN, SYN_REPORT, 0);
218 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
224 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
228 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
232 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
235 _push_event(EV_SYN, SYN_REPORT, 0);