Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbPrKeyEv.c59 (event->type == ET_KeyPress ? "down" : "up")); in XkbProcessKeyboardEvent()
76 if (event->type == ET_KeyPress && !event->key_repeat && in XkbProcessKeyboardEvent()
112 event->type = ET_KeyPress; in XkbProcessKeyboardEvent()
172 int is_press = (event->type == ET_KeyPress); in ProcessKeyboardEvent()
H A DxkbAccessX.c137 (event.type == ET_KeyPress ? "down" : "up")); in AccessXKeyboardEvent()
322 AccessXKeyboardEvent(dev, ET_KeyPress, xkbi->repeatKey, TRUE); in AccessXRepeatKeyExpire()
358 AccessXKeyboardEvent(keybd, ET_KeyPress, xkbi->slowKey, FALSE); in AccessXSlowKeyExpire()
H A DxkbActions.c878 ev.type = ET_KeyPress; in _XkbFilterRedirectKey()
924 ev.type = ET_KeyPress; in _XkbFilterRedirectKey()
1327 keyEvent = ((event->type == ET_KeyPress) || (event->type == ET_KeyRelease)); in XkbHandleActions()
1328 pressEvent = ((event->type == ET_KeyPress) || in XkbHandleActions()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c125 case ET_KeyPress: in EventToCore()
139 core->u.u.type = e->type - ET_KeyPress + KeyPress; in EventToCore()
146 EventSetKeyRepeatFlag(core, (e->type == ET_KeyPress && e->key_repeat)); in EventToCore()
204 case ET_KeyPress: in EventToXI()
262 case ET_KeyPress: in EventToXI2()
312 case ET_KeyPress: in eventToKeyButtonPointer()
345 (ev->type == ET_KeyPress && ev->key_repeat)); in eventToKeyButtonPointer()
360 case ET_KeyPress: in eventToKeyButtonPointer()
838 case ET_KeyPress: in GetCoreType()
869 case ET_KeyPress: in GetXIType()
[all …]
H A Devents.c784 case ET_KeyPress: in CheckVirtualMotion()
1245 case ET_KeyPress: in PlayReleasedEvents()
3940 case ET_KeyPress: in CheckPassiveGrabsOnWindow()
4010 if (event->type != ET_ButtonPress && event->type != ET_KeyPress) in CheckDeviceGrabs()
4054 if (ret == TRUE && event->type == ET_KeyPress) in CheckDeviceGrabs()
4282 (event->any.type == ET_KeyPress || in DeliverGrabbedEvent()
4319 if (event->type == ET_KeyPress) { in FixKeyState()
4321 ((event->type == ET_KeyPress) ? "down" : "up")); in FixKeyState()
4324 if (event->type == ET_KeyPress) in FixKeyState()
H A Dinpututils.c786 if (event->type == ET_KeyPress || event->type == ET_KeyRelease) in event_set_state()
H A Dgetevents.c1127 event->type = ET_KeyPress; in GetKeyboardEvents()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmieq.c307 case ET_KeyPress: in ChangeDeviceID()
394 case ET_KeyPress: in CopyGetMasterEvent()
456 case ET_KeyPress: in mieqProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h49 ET_KeyPress = 2, enumerator
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c376 dix_event_to_core(ET_KeyPress); in dix_event_to_core_conversion()
440 DeviceKeyPress = IEventBase + ET_KeyPress; in dix_event_to_xi1_conversion()
473 ev.type = ET_KeyPress; in dix_event_to_xi1_conversion()
491 ev.type = ET_KeyPress; in dix_event_to_xi1_conversion()
514 ev.type = ET_KeyPress; in dix_event_to_xi1_conversion()
530 ev.type = ET_KeyPress; in dix_event_to_xi1_conversion()
535 ev.type = ET_KeyPress; in dix_event_to_xi1_conversion()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c812 case ET_KeyPress: in UpdateDeviceState()
857 if (event->type == ET_KeyPress) { in UpdateDeviceState()
1726 case ET_KeyPress: in ProcessDeviceEvent()
1743 (event->type == ET_KeyPress || event->type == ET_KeyRelease)) { in ProcessDeviceEvent()
1769 case ET_KeyPress: in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c317 case ET_KeyPress: in test_values_XIDeviceEvent()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c937 .subtype = (is_down ? ET_KeyPress : ET_KeyRelease), in DGAStealKeyEvent()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog124076 considering only ET_Motion, ET_KeyPress, ET_KeyRelease, ET_ButtonPress and