Home
last modified time | relevance | path

Searched refs:NotImplemented (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dtables.c587 NotImplemented,
621 NotImplemented,
622 NotImplemented,
623 NotImplemented,
624 NotImplemented,
625 NotImplemented,
626 NotImplemented,
627 NotImplemented,
628 NotImplemented,
629 NotImplemented,
[all …]
H A Dswapreq.c304 if (!proc || proc == NotImplemented) /* no swapping proc; invalid event type? */ in SProcSendEvent()
H A Devents.c273 NotImplemented(xEvent *from, xEvent *to) in NotImplemented() function
/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c1143 EventSwapVector[DeviceValuator] = NotImplemented; in IResetProc()
1144 EventSwapVector[DeviceKeyPress] = NotImplemented; in IResetProc()
1145 EventSwapVector[DeviceKeyRelease] = NotImplemented; in IResetProc()
1146 EventSwapVector[DeviceButtonPress] = NotImplemented; in IResetProc()
1147 EventSwapVector[DeviceButtonRelease] = NotImplemented; in IResetProc()
1148 EventSwapVector[DeviceMotionNotify] = NotImplemented; in IResetProc()
1149 EventSwapVector[DeviceFocusIn] = NotImplemented; in IResetProc()
1150 EventSwapVector[DeviceFocusOut] = NotImplemented; in IResetProc()
1151 EventSwapVector[ProximityIn] = NotImplemented; in IResetProc()
1152 EventSwapVector[ProximityOut] = NotImplemented; in IResetProc()
[all …]
H A Dsendexev.c105 if (proc == NotImplemented) { in SProcXSendExtensionEvent()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcve_check.py45 return NotImplemented
50 return NotImplemented
/OK3568_Linux_fs/external/xserver/include/
H A Dextnsionst.h83 NotImplemented( /* FIXME: this may move to another file... */
/OK3568_Linux_fs/external/xserver/Xext/
H A Dgeext.c151 EventSwapVector[GenericEvent] = NotImplemented; in GEResetProc()
H A Dxtest.c507 if (!proc || proc == NotImplemented) { in XTestSwapFakeInput()