Searched refs:RepType (Results 1 - 25 of 66) sorted by relevance

123

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dgeproto.h70 CARD8 RepType; /* always X_GEQueryVersion */ member in struct:__anon57777cad0308
H A DXIproto.h187 CARD8 RepType; /* always X_GetExtensionVersion */ member in struct:__anonacf995020208
214 CARD8 RepType; /* always X_ListInputDevices */ member in struct:__anonacf995020408
312 CARD8 RepType; /* always X_OpenDevice */ member in struct:__anonacf995020608
364 CARD8 RepType; /* always X_SetDeviceMode */ member in struct:__anonacf995020a08
406 CARD8 RepType; /* GetSelectedExtensionEvents */ member in struct:__anonacf995020d08
449 CARD8 RepType; /* GetDeviceDontPropagateList */ member in struct:__anonacf995021008
479 CARD8 RepType; /* always X_GetDeviceMotionEvents */ member in struct:__anonacf995021208
508 CARD8 RepType; /* always X_ChangeKeyboardDevice*/ member in struct:__anonacf995021408
538 CARD8 RepType; /* always X_ChangePointerDevice */ member in struct:__anonacf995021608
572 CARD8 RepType; /* alway member in struct:__anonacf995021808
711 CARD8 RepType; /* always X_GetDeviceFocus */ member in struct:__anonacf995022008
756 CARD8 RepType; /* always X_GetFeedbackControl */ member in struct:__anonacf995022308
987 CARD8 RepType; /* always X_GetDeviceKeyMapping */ member in struct:__anonacf995023408
1032 CARD8 RepType; /* always X_GetDeviceModifierMapping */ member in struct:__anonacf995023708
1062 CARD8 RepType; /* always X_SetDeviceModifierMapping */ member in struct:__anonacf995023908
1091 CARD8 RepType; /* always X_GetDeviceButtonMapping */ member in struct:__anonacf995023b08
1120 CARD8 RepType; /* always X_SetDeviceButtonMapping */ member in struct:__anonacf995023d08
1149 CARD8 RepType; /* always X_QueryDeviceState */ member in struct:__anonacf995023f08
1251 CARD8 RepType; /* always X_SetDeviceValuators */ member in struct:__anonacf995024608
1280 CARD8 RepType; /* always X_GetDeviceControl */ member in struct:__anonacf995024808
1360 CARD8 RepType; /* always X_ChangeDeviceControl */ member in struct:__anonacf995025008
1444 CARD8 RepType; /* always X_ListDeviceProperties */ member in struct:__anonacf995025808
1516 CARD8 RepType; /* always X_GetDeviceProperty */ member in struct:__anonacf995025c08
[all...]
H A DXI2proto.h29 * Exceptions: reqType, ReqType, repType, RepType, sequenceNumber are
291 uint8_t RepType; /**< Always ::X_XIQueryVersion */ member in struct:__anon80eef7f40e08
319 uint8_t RepType; /**< Always ::X_XIQueryDevice */ member in struct:__anon80eef7f41008
358 uint8_t RepType; /**< Always ::X_XIGetSelectedEvents */ member in struct:__anon80eef7f41308
389 uint8_t RepType; /**< Always ::X_XIQueryPointer */ member in struct:__anon80eef7f41508
538 uint8_t RepType; /**< Always ::X_GetClientPointer */ member in struct:__anon80eef7f42008
580 uint8_t RepType; /**< Always ::X_XIGetFocus */ member in struct:__anon80eef7f42308
624 uint8_t RepType; /**< Always ::X_XIGrabDevice */ member in struct:__anon80eef7f42608
709 uint8_t RepType; /**< Always ::X_XIPassiveGrabDevice */ member in struct:__anon80eef7f42b08
753 uint8_t RepType; /**< Alway member in struct:__anon80eef7f42e08
818 uint8_t RepType; /**< Always X_XIGetProperty */ member in struct:__anon80eef7f43208
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dextinit.c450 if (rep->RepType == X_GetExtensionVersion)
453 else if (rep->RepType == X_ListInputDevices)
455 else if (rep->RepType == X_OpenDevice)
457 else if (rep->RepType == X_SetDeviceMode)
459 else if (rep->RepType == X_GetSelectedExtensionEvents)
463 else if (rep->RepType == X_GetDeviceDontPropagateList)
467 else if (rep->RepType == X_GetDeviceMotionEvents)
470 else if (rep->RepType == X_GrabDevice)
472 else if (rep->RepType == X_GetDeviceFocus)
474 else if (rep->RepType
[all...]
H A Dgetbmap.c98 rep.RepType = X_GetDeviceButtonMapping;
H A Dgetmmap.c107 rep.RepType = X_GetDeviceModifierMapping;
H A Dgetvers.c105 rep.RepType = X_GetExtensionVersion;
H A Dsetbmap.c106 rep.RepType = X_SetDeviceButtonMapping;
H A Dsetmmap.c104 rep.RepType = X_SetDeviceModifierMapping;
H A Dsetmode.c98 rep.RepType = X_SetDeviceMode;
H A Dxigetclientpointer.c80 rep.RepType = X_XIGetClientPointer;
H A Dgetfocus.c105 rep.RepType = X_GetDeviceFocus;
H A Dgetkmap.c125 rep.RepType = X_GetDeviceKeyMapping;
H A Dsetdval.c98 rep.RepType = X_SetDeviceValuators;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dextinit.c425 if (rep->RepType == X_GetExtensionVersion)
428 else if (rep->RepType == X_ListInputDevices)
430 else if (rep->RepType == X_OpenDevice)
432 else if (rep->RepType == X_SetDeviceMode)
434 else if (rep->RepType == X_GetSelectedExtensionEvents)
438 else if (rep->RepType == X_GetDeviceDontPropagateList)
442 else if (rep->RepType == X_GetDeviceMotionEvents)
445 else if (rep->RepType == X_GrabDevice)
447 else if (rep->RepType == X_GetDeviceFocus)
449 else if (rep->RepType
[all...]
H A Dgetbmap.c97 .RepType = X_GetDeviceButtonMapping,
H A Dgetfocus.c104 .RepType = X_GetDeviceFocus,
H A Dgetmmap.c106 .RepType = X_GetDeviceModifierMapping,
H A Dgetvers.c103 .RepType = X_GetExtensionVersion,
H A Dsetbmap.c105 .RepType = X_SetDeviceButtonMapping,
H A Dsetmmap.c103 .RepType = X_SetDeviceModifierMapping,
H A Dsetmode.c97 .RepType = X_SetDeviceMode,
H A Dxigetclientpointer.c81 .RepType = X_XIGetClientPointer,
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-common.h43 g_assert((rep)->RepType == X_##type); \
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-common.h43 assert((rep)->RepType == X_##type); \

Completed in 30 milliseconds

123