Home
last modified time | relevance | path

Searched refs:realInputProc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dxkbsrv.h259 ProcessInputProc realInputProc; member
266 oldprocs->realInputProc = device->public.realInputProc; \
267 device->public.realInputProc = proc; \
272 if (device->public.processInputProc == device->public.realInputProc)\
275 oldprocs->realInputProc = device->public.realInputProc; \
276 device->public.realInputProc = proc; \
281 backupproc = device->public.realInputProc; \
282 if (device->public.processInputProc == device->public.realInputProc)\
283 device->public.processInputProc = oldprocs->realInputProc; \
284 device->public.realInputProc = oldprocs->realInputProc; \
H A Dinput.h169 ProcessInputProc realInputProc; /* deliver */ member
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c278 dev->public.realInputProc = ProcessOtherEvent; in AddInputDevice()
2742 pointer->public.realInputProc = ProcessOtherEvent; in AllocDevicePair()
2769 keyboard->public.realInputProc = ProcessOtherEvent; in AllocDevicePair()
H A Devents.c1292 dev->public.processInputProc = dev->public.realInputProc; in FreezeThaw()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog150815 If input processing is frozen, only wrap realInputProc: don't smash
154232 include: never overwrite realInputProc with enqueueInputProc. Bug #13511
154235 can overwrite the device's realInputProc with the enqueueInputProc. When the
154239 This fix is a hack only. It ensures that the realInputProc is never
154268 include: never overwrite realInputProc with enqueueInputProc. Bug #13511
154271 can overwrite the device's realInputProc with the enqueueInputProc. When the
154275 This fix is a hack only. It ensures that the realInputProc is never