Searched refs:dispatchRelativePointerEvent (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.h74 virtual void dispatchRelativePointerEvent(
H A DIOHIDPointing.cpp142 // IOHIDPointing::dispatchRelativePointerEvent
144 void IOHIDPointing::dispatchRelativePointerEvent( function in class:IOHIDPointing
164 super::dispatchRelativePointerEvent(dx, dy, buttonState, timeStamp);
H A DIOHIDEventService.h301 virtual void dispatchRelativePointerEvent(
H A DIOHIDEventService.cpp1629 // IOHIDEventService::dispatchRelativePointerEvent
1631 void IOHIDEventService::dispatchRelativePointerEvent( function in class:IOHIDEventService
1662 _pointingNub->dispatchRelativePointerEvent(timeStamp, dx, dy, buttonState, options);
2075 dispatchRelativePointerEvent(timeStamp, dx, dy, buttonState, options);
H A DIOHIDEventDriver.cpp1495 dispatchRelativePointerEvent(timeStamp, dX, dY, buttonState);
1616 dispatchRelativePointerEvent(timeStamp, dX, dY, buttonState);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIPointing.h152 virtual void dispatchRelativePointerEvent(int dx,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1099 void IOHIPointing::dispatchRelativePointerEvent(int dx, function in class:IOHIPointing
1152 IOLog("IOHIPointing::dispatchRelativePointerEvent: Unwanted Direction Change X: oldDx=%d dx=%d\n", oldDy, dy);
1157 IOLog("IOHIPointing::dispatchRelativePointerEvent: Unwanted Direction Change Y: oldDy=%d dy=%d\n", oldDy, dy);

Completed in 187 milliseconds