Home
last modified time | relevance | path

Searched refs:EventType (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h48 enum EventType { enum
98 enum EventType type; /**< One of EventType */
146 enum EventType type; /**< ET_TouchOwnership */
171 enum EventType type; /**< ET_DeviceChanged */
209 enum EventType type; /**< ET_DGAEvent */
227 enum EventType type; /**< ET_Raw */
246 enum EventType type; /**< ET_BarrierHit, ET_BarrierLeave */
267 enum EventType type; /**< Always ET_XQuartz */
282 enum EventType type; /**< One of ET_* */
H A Deventconvert.h35 _X_INTERNAL int GetCoreType(enum EventType type);
36 _X_INTERNAL int GetXIType(enum EventType type);
37 _X_INTERNAL int GetXI2Type(enum EventType type);
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DsanitizedCarbon.h17 #define EventType HIT_EventType macro
30 #undef EventType
H A DsanitizedCocoa.h17 #define EventType HIT_EventType macro
26 #undef EventType
H A Dapplewm.c79 static RESTYPE ClientType, EventType; /* resource types for event masks */ variable
186 (void **)&pHead, eventResource, EventType, serverClient, in WMFreeClient()
232 dixLookupResourceByType((void **)&pHead, eventResource, EventType, in ProcAppleWMSelectInput()
271 !AddResource(eventResource, EventType, (void *)pHead)) { in ProcAppleWMSelectInput()
320 dixLookupResourceByType((void **)&pHead, eventResource, EventType, in AppleWMSendEvent()
722 EventType = CreateNewResourceType(WMFreeEvents, "WMEvent"); in AppleWMExtensionInit()
725 if (ClientType && EventType && in AppleWMExtensionInit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_dbgmgr.h186 enum HSA_EVENTTYPE EventType; /* event type */ member
213 enum HSA_EVENTTYPE EventType; member
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/s390/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/nds32/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py171 if event.type not in (Gdk.EventType.BUTTON_PRESS, Gdk.EventType.BUTTON_RELEASE):
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c824 GetCoreType(enum EventType type) in GetCoreType()
855 GetXIType(enum EventType type) in GetXIType()
892 GetXI2Type(enum EventType type) in GetXI2Type()
/OK3568_Linux_fs/buildroot/package/gmrender-resurrect/
H A D0001-Drop-UpnpInit.patch110 @@ -416,13 +416,13 @@ static UPNP_CALLBACK(event_handler, EventType, event, userdata)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog116974 Do not define members of include/eventstr.h:EventType enum conditionally.
116976 Main problem is that EventType enumeration members can be different in
124707 Use enum EventType instead of ints. This requires a load of default
124717 include: fix enum EventType declaration.
124719 Having EventType after the enum declares a variable. silly me.
126397 Fix Xwin code which now has a collision with the type name EventType
134481 Xext: rename shape's EventType to ShapeEventType to avoid name clashing.
134489 Xext: rename saver's EventType to SaverEventType.