HomeSort by: relevance | last modified time | path
    Searched refs:RepType (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
geproto.h 69 CARD8 repType; /* X_Reply */
70 CARD8 RepType; /* always X_GEQueryVersion */
XIproto.h 186 CARD8 repType; /* X_Reply */
187 CARD8 RepType; /* always X_GetExtensionVersion */
213 CARD8 repType; /* X_Reply */
214 CARD8 RepType; /* always X_ListInputDevices */
311 CARD8 repType; /* X_Reply */
312 CARD8 RepType; /* always X_OpenDevice */
363 CARD8 repType; /* X_Reply */
364 CARD8 RepType; /* always X_SetDeviceMode */
405 CARD8 repType; /* X_Reply */
406 CARD8 RepType; /* GetSelectedExtensionEvents *
    [all...]
XI2proto.h 29 * Exceptions: reqType, ReqType, repType, RepType, sequenceNumber are
290 uint8_t repType; /**< ::X_Reply */
291 uint8_t RepType; /**< Always ::X_XIQueryVersion */
318 uint8_t repType; /**< ::X_Reply */
319 uint8_t RepType; /**< Always ::X_XIQueryDevice */
357 uint8_t repType; /**< Input extension major opcode */
358 uint8_t RepType; /**< Always ::X_XIGetSelectedEvents */
388 uint8_t repType; /**< Input extension major opcode */
389 uint8_t RepType; /**< Always ::X_XIQueryPointer *
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xi/
extinit.c 450 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 == X_GetFeedbackControl
    [all...]
getbmap.c 97 rep.repType = X_Reply;
98 rep.RepType = X_GetDeviceButtonMapping;
getmmap.c 106 rep.repType = X_Reply;
107 rep.RepType = X_GetDeviceModifierMapping;
getvers.c 104 rep.repType = X_Reply;
105 rep.RepType = X_GetExtensionVersion;
setbmap.c 105 rep.repType = X_Reply;
106 rep.RepType = X_SetDeviceButtonMapping;
setmmap.c 103 rep.repType = X_Reply;
104 rep.RepType = X_SetDeviceModifierMapping;
setmode.c 97 rep.repType = X_Reply;
98 rep.RepType = X_SetDeviceMode;
xigetclientpointer.c 79 rep.repType = X_Reply;
80 rep.RepType = X_XIGetClientPointer;
getfocus.c 104 rep.repType = X_Reply;
105 rep.RepType = X_GetDeviceFocus;
getkmap.c 124 rep.repType = X_Reply;
125 rep.RepType = X_GetDeviceKeyMapping;
  /xsrc/external/mit/xorg-server/dist/Xi/
extinit.c 425 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 == X_GetFeedbackControl
    [all...]
getbmap.c 96 .repType = X_Reply,
97 .RepType = X_GetDeviceButtonMapping,
getfocus.c 103 .repType = X_Reply,
104 .RepType = X_GetDeviceFocus,
getmmap.c 105 .repType = X_Reply,
106 .RepType = X_GetDeviceModifierMapping,
getvers.c 102 .repType = X_Reply,
103 .RepType = X_GetExtensionVersion,
setbmap.c 104 .repType = X_Reply,
105 .RepType = X_SetDeviceButtonMapping,
setmmap.c 102 .repType = X_Reply,
103 .RepType = X_SetDeviceModifierMapping,
setmode.c 96 .repType = X_Reply,
97 .RepType = X_SetDeviceMode,
xigetclientpointer.c 80 .repType = X_Reply,
81 .RepType = X_XIGetClientPointer,
getkmap.c 123 .repType = X_Reply,
124 .RepType = X_GetDeviceKeyMapping,
setdval.c 96 .repType = X_Reply,
97 .RepType = X_SetDeviceValuators,
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-common.h 42 assert((rep)->repType == X_Reply); \
43 assert((rep)->RepType == X_##type); \

Completed in 18 milliseconds

1 2 3