HomeSort by relevance Sort by last modified time
    Searched full:_push_event (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
multitouch-screen.c 94 _push_event(int type, int code, int value) function
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)
    [all...]

Completed in 48 milliseconds