Home
last modified time | relevance | path

Searched refs:inputInfo (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c155 if ((dev == inputInfo.pointer || in DeviceSetProperty()
156 dev == inputInfo.keyboard || in DeviceSetProperty()
226 for (dev = inputInfo.devices; dev; dev = dev->next) in NextFreePointerDevice()
252 for (devtmp = inputInfo.devices; devtmp; devtmp = devtmp->next) in AddInputDevice()
254 for (devtmp = inputInfo.off_devices; devtmp; devtmp = devtmp->next) in AddInputDevice()
305 inputInfo.numDevices++; in AddInputDevice()
307 for (prev = &inputInfo.off_devices; *prev; prev = &(*prev)->next); in AddInputDevice()
374 for (prev = &inputInfo.off_devices; in EnableDevice()
394 other = (IsPointerDevice(dev)) ? inputInfo.pointer: in EnableDevice()
395 inputInfo.keyboard; in EnableDevice()
[all …]
H A Dgrabs.c177 for (dev = inputInfo.devices; dev; dev = dev->next) { in UngrabAllDevices()
443 if (pFirstGrab->device == inputInfo.all_devices || in GrabMatchesSecond()
444 pSecondGrab->device == inputInfo.all_devices) { in GrabMatchesSecond()
447 else if (pFirstGrab->device == inputInfo.all_master_devices) { in GrabMatchesSecond()
448 if (pSecondGrab->device != inputInfo.all_master_devices && in GrabMatchesSecond()
452 else if (pSecondGrab->device == inputInfo.all_master_devices) { in GrabMatchesSecond()
453 if (pFirstGrab->device != inputInfo.all_master_devices && in GrabMatchesSecond()
H A Devents.c255 InputInfo inputInfo; variable
1115 nt_list_for_each_entry(dev, inputInfo.devices, next) { in LastEventTimeToggleResetAll()
1265 for (dev = inputInfo.devices; dev && dev->deviceGrab.sync.frozen; in PlayReleasedEvents()
1311 for (dev = inputInfo.devices; dev; dev = dev->next) in ComputeFreezes()
1341 for (dev = inputInfo.devices; dev; dev = dev->next) { in ComputeFreezes()
1348 for (dev = inputInfo.devices; dev; dev = dev->next) { in ComputeFreezes()
1375 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in ScreenRestructured()
1599 for (dev = inputInfo.devices; dev; dev = dev->next) { in DeactivatePointerGrab()
1682 for (dev = inputInfo.devices; dev; dev = dev->next) { in DeactivateKeyboardGrab()
1695 focusWin = inputInfo.keyboard->focus->win; in DeactivateKeyboardGrab()
[all …]
H A Dcursor.c193 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in RealizeCursorAllScreens()
202 DeviceIntPtr pDevIt = inputInfo.devices; /*dev iterator */ in RealizeCursorAllScreens()
212 pDevIt = inputInfo.devices; in RealizeCursorAllScreens()
/OK3568_Linux_fs/external/xserver/config/
H A Dconfig.c100 for (dev = inputInfo.devices; dev; dev = next) { in remove_devices()
105 for (dev = inputInfo.off_devices; dev; dev = next) { in remove_devices()
119 for (dev = inputInfo.devices; dev; dev = dev->next) { in device_is_duplicate()
124 for (dev = inputInfo.off_devices; dev; dev = dev->next) { in device_is_duplicate()
/OK3568_Linux_fs/external/xserver/test/
H A Dxtest.c94 assert(IsXTestDevice(xtestpointer, inputInfo.pointer)); in xtest_init_devices()
96 assert(IsXTestDevice(xtestkeyboard, inputInfo.keyboard)); in xtest_init_devices()
97 assert(GetXTestDevice(inputInfo.pointer) == xtestpointer); in xtest_init_devices()
99 assert(GetXTestDevice(inputInfo.keyboard) == xtestkeyboard); in xtest_init_devices()
H A Dtouch.c50 inputInfo.devices = &dev; in touch_grow_queue()
112 inputInfo.devices = &dev; in touch_find_ddxid()
182 inputInfo.devices = &dev; in touch_begin_ddxtouch()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dlistdev.c311 if (!IsMaster(d) || d == inputInfo.pointer ||d == inputInfo.keyboard) { in ShouldSkipDevice()
353 skip = calloc(sizeof(Bool), inputInfo.numDevices); in ProcXListInputDevices()
359 for (d = inputInfo.devices; d; d = d->next, i++) { in ProcXListInputDevices()
368 for (d = inputInfo.off_devices; d; d = d->next, i++) { in ProcXListInputDevices()
387 for (d = inputInfo.devices; d; d = d->next, i++) { in ProcXListInputDevices()
394 for (d = inputInfo.off_devices; d; d = d->next, i++) { in ProcXListInputDevices()
H A Dxichangehierarchy.c81 ev->num_info = inputInfo.numDevices; in XISendDeviceHierarchyEvent()
84 for (dev = inputInfo.devices; dev; dev = dev->next) { in XISendDeviceHierarchyEvent()
92 for (dev = inputInfo.off_devices; dev; dev = dev->next) { in XISendDeviceHierarchyEvent()
238 if (ptr == inputInfo.pointer ||ptr == inputInfo.keyboard) { in remove_master()
290 for (attached = inputInfo.devices; attached; attached = attached->next) { in remove_master()
H A Dxiselectev.c61 tmp = inputInfo.all_devices; in check_for_touch_selection_conflicts()
63 tmp = inputInfo.all_master_devices; in check_for_touch_selection_conflicts()
70 if (xi2mask_isset_for_device(A->xi2mask, inputInfo.all_devices, XI_TouchBegin)) { in check_for_touch_selection_conflicts()
76 if (xi2mask_isset_for_device(A->xi2mask, inputInfo.all_master_devices, XI_TouchBegin)) { in check_for_touch_selection_conflicts()
H A Dxipassivegrab.c102 dev = inputInfo.all_devices; in ProcXIPassiveGrabDevice()
104 dev = inputInfo.all_master_devices; in ProcXIPassiveGrabDevice()
297 dev = inputInfo.all_devices; in ProcXIPassiveUngrabDevice()
299 dev = inputInfo.all_master_devices; in ProcXIPassiveUngrabDevice()
H A Dxiquerydevice.c88 skip = calloc(sizeof(Bool), inputInfo.numDevices); in ProcXIQueryDevice()
92 for (dev = inputInfo.devices; dev; dev = dev->next, i++) { in ProcXIQueryDevice()
98 for (dev = inputInfo.off_devices; dev; dev = dev->next, i++) { in ProcXIQueryDevice()
129 for (dev = inputInfo.devices; dev; dev = dev->next, i++) { in ProcXIQueryDevice()
139 for (dev = inputInfo.off_devices; dev; dev = dev->next, i++) { in ProcXIQueryDevice()
H A Dgetdctl.c126 c->iscore = (dev == inputInfo.keyboard || dev == inputInfo.pointer); in CopySwapDeviceCore()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c207 DeviceIntPtr pDev = inputInfo.pointer; in xf86CursorEnableDisableFBAccess()
310 !(GetMaster(pDev, MASTER_POINTER) == inputInfo.pointer)) in xf86CursorSetCursor()
325 if (GetMaster(pDev, MASTER_POINTER) == inputInfo.pointer) { in xf86CursorSetCursor()
394 if (!inputInfo.pointer) in xf86CursorResetCursor()
405 xf86CursorSetCursor(inputInfo.pointer, pScreen, ScreenPriv->CurrentCursor, in xf86CursorResetCursor()
418 if (GetMaster(pDev, MASTER_POINTER) == inputInfo.pointer) { in xf86CursorMoveCursor()
437 DeviceIntPtr pDev = inputInfo.pointer; in xf86ForceHWCursor()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinkeybd.c188 CopyKeyClass(pDeviceInt, inputInfo.keyboard); in winKeybdProc()
249 if (!inputInfo.keyboard || !inputInfo.keyboard->key) in winRestoreModeKeyStates()
265 XkbStateFieldFromRec(&inputInfo.keyboard->key->xkbInfo->state); in winRestoreModeKeyStates()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c429 mieqProcessDeviceEvent(dev, &xtest_evlist[i], miPointerGetScreen(inputInfo.pointer)); in ProcXTestFakeInput()
568 inputInfo.pointer, inputInfo.keyboard) != Success) in InitXTestDevices()
577 AttachDevice(NULL, xtestpointer, inputInfo.pointer); in InitXTestDevices()
579 AttachDevice(NULL, xtestkeyboard, inputInfo.keyboard); in InitXTestDevices()
670 for (it = inputInfo.devices; it; it = it->next) { in GetXTestDevice()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c265 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteReportDamage()
394 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteGetImage()
424 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteGetSpans()
468 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteSourceValidate()
498 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteCopyWindow()
526 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteBlockHandler()
536 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteBlockHandler()
575 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteInstallColormap()
645 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in miSpriteStoreColors()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrpointer.c128 RRPointerToNearestCrtc(inputInfo.pointer, pScreen, x, y, pointerCrtc); in RRPointerMoved()
143 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) { in RRPointerScreenConfigured()
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dxi2.c47 inputInfo.all_devices = &all_devices; in xi2mask_test()
49 inputInfo.all_master_devices = &all_master_devices; in xi2mask_test()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dquartz.c285 pScreen->ConstrainCursor(inputInfo.pointer, pScreen, &bounds); in QuartzUpdateScreens()
286 inputInfo.pointer->spriteInfo->sprite->physLimits = bounds; in QuartzUpdateScreens()
287 inputInfo.pointer->spriteInfo->sprite->hotLimits = bounds; in QuartzUpdateScreens()
/OK3568_Linux_fs/external/xserver/xkb/
H A DddxKillSrv.c43 if (dev != inputInfo.keyboard) in XkbDDXTerminateServer()
/OK3568_Linux_fs/external/xserver/hw/xfree86/xkb/
H A DxkbKillSrv.c50 if (dev != inputInfo.keyboard) in XkbDDXTerminateServer()
H A DxkbPrivate.c37 for (tmp = inputInfo.devices; tmp; tmp = tmp->next) in XkbDDXPrivate()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTTaskNodeContextManager.h41 std::vector<RTStreamInfo *> *inputInfo,
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c225 if ((pScreen = miPointerGetScreen(inputInfo.pointer)) in dmxCoreMotion()
242 miPointerSetScreen(inputInfo.pointer, dmxScreen->index, in dmxCoreMotion()
250 miPointerGetPosition(inputInfo.pointer, &localX, &localY); in dmxCoreMotion()
252 if ((pScreen = miPointerGetScreen(inputInfo.pointer))) { in dmxCoreMotion()

123