Home
last modified time | relevance | path

Searched refs:ET_Internal (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c166 in.header = ET_Internal; in test_convert_XIFocusEvent()
172 in.header = ET_Internal; in test_convert_XIFocusEvent()
178 in.header = ET_Internal; in test_convert_XIFocusEvent()
183 in.header = ET_Internal; in test_convert_XIFocusEvent()
197 in.header = ET_Internal; in test_convert_XIRawEvent()
201 in.header = ET_Internal; in test_convert_XIRawEvent()
205 in.header = ET_Internal; in test_convert_XIRawEvent()
209 in.header = ET_Internal; in test_convert_XIRawEvent()
213 in.header = ET_Internal; in test_convert_XIRawEvent()
424 in.header = ET_Internal; in test_convert_XIDeviceEvent()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h78 ET_Internal = 0xFF /* First byte */ enumerator
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxibarriers.c402 .header = ET_Internal, in input_constrain_cursor()
659 .header = ET_Internal, in BarrierFreeBarrier()
744 .header = ET_Internal, in remove_master_func()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c933 .header = ET_Internal, in DGAStealKeyEvent()
962 .header = ET_Internal, in DGAStealMotionEvent()
990 .header = ET_Internal, in DGAStealButtonEvent()
1024 .header = ET_Internal, in DGAProcessKeyboardEvent()
1078 .header = ET_Internal, in DGAProcessPointerEvent()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DdarwinEvents.c627 e.header = ET_Internal; in DarwinSendDDXEvent()
/OK3568_Linux_fs/external/xserver/dix/
H A Dinpututils.c720 if (ev && ev->any.header != ET_Internal) { in verify_internal_event()
747 event->header = ET_Internal; in init_device_event()
H A Dgetevents.c165 event->header = ET_Internal; in init_touch_ownership()
176 event->header = ET_Internal; in init_raw()
265 dce->header = ET_Internal; in CreateClassesChangedEvent()
H A Ddevices.c2503 .header = ET_Internal, in RecalculateMasterButtons()
H A Devents.c2918 .header = ET_Internal, in ActivateFocusInGrab()
2956 .header = ET_Internal, in ActivateEnterGrab()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbActions.c856 ev.header = ET_Internal; in _XkbFilterRedirectKey()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c1794 e.header = ET_Internal; in _mieq_test_generate_events()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog96154 eventconvert.c:287:9: warning: enumeration value 'ET_Internal' not handled in switch
98466 xfree86/dga: DGAProcessKeyboardEvent() forgot ET_Internal