Home
last modified time | relevance | path

Searched refs:KeyPress (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DX.h181 #define KeyPress 2 macro
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXKBsrv.h314 #define _XkbIsPressEvent(t) (((t)==KeyPress)||((t)==DeviceKeyPress))
317 #define _XkbIsPressEvent(t) ((t)==KeyPress)
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp491 case KeyPress: in processEvent()