Searched refs:deltaAxis1 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp50 SInt32 deltaAxis1,
55 super::dispatchScrollWheelEvent(timeStamp, deltaAxis1, 0, 0, options);
48 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2 __unused, SInt32 deltaAxis3 __unused, IOOptionBits options) argument
H A DIOHIDEventRepairDriver.h50 SInt32 deltaAxis1,
H A DIOHIDPointing.h83 SInt32 deltaAxis1,
H A DIOHIDPointing.cpp172 SInt32 deltaAxis1,
243 super::dispatchScrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, timeStamp);
170 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2, UInt32 deltaAxis3, IOOptionBits options) argument
H A DIOHIDEventSystem.cpp306 IOLog(" deltaAxis1=%d deltaAxis2=%d deltaAxis3=%d", event->data.scroll.lines.deltaAxis1, event->data.scroll.lines.deltaAxis2, event->data.scroll.lines.deltaAxis3);
H A DIOHIDEventService.h322 SInt32 deltaAxis1,
H A DIOHIDEventService.cpp1732 SInt32 deltaAxis1,
1738 IOHID_DEBUG(kIOHIDDebugCode_DispatchScroll, deltaAxis1, deltaAxis2, deltaAxis3, options);
1743 if ( !deltaAxis1 && !deltaAxis2 && !deltaAxis3 && !momentumOrPhase )
1748 IOHIDEvent *event = IOHIDEvent::scrollEvent(timeStamp, deltaAxis2, deltaAxis1, deltaAxis3); //yxz should be xyz
1763 _pointingNub->dispatchScrollWheelEvent(timeStamp, deltaAxis1, deltaAxis2, deltaAxis3, options);
1730 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2, SInt32 deltaAxis3, IOOptionBits options) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIPointing.h53 short deltaAxis1,
83 /* delta1 */ short deltaAxis1,
144 SInt32 deltaAxis1,
167 virtual void dispatchScrollWheelEvent(short deltaAxis1,
249 short deltaAxis1,
H A DIOHIDSystem.h402 virtual void scrollWheelEvent(short deltaAxis1,
475 short deltaAxis1,
613 void scrollWheelEvent( short deltaAxis1,
716 void scrollWheelEventGated (short deltaAxis1,
H A DIOLLEvent.h435 SInt16 deltaAxis1; member in struct:__anon2151::__anon2158
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1191 void IOHIPointing::dispatchScrollWheelEvent(short deltaAxis1, argument
1196 dispatchScrollWheelEventWithAccelInfo(deltaAxis1, deltaAxis2, deltaAxis3, _scrollWheelInfo, ts);
1200 SInt32 deltaAxis1,
1234 _hidPointingNub->postMouseEvent(0, 0, 0, deltaAxis1);
1261 _scrollFixedDeltaAxis1 = deltaAxis1 << 16;
1278 SInt32* pDeltaAxis[3] = {&deltaAxis1, &deltaAxis2, &deltaAxis3};
1349 deltaAxis1,
2248 short deltaAxis1,
2258 (short) deltaAxis1,
1199 dispatchScrollWheelEventWithAccelInfo( SInt32 deltaAxis1, SInt32 deltaAxis2, SInt32 deltaAxis3, ScrollAccelInfo * info, AbsoluteTime ts) argument
H A DIOHIDSystem.cpp3680 short deltaAxis1,
3694 self->scrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, fixedDelta1, fixedDelta2, fixedDelta3, pointDeltaAxis1, pointDeltaAxis2, pointDeltaAxis3, options, ts, sender);
3697 void IOHIDSystem::scrollWheelEvent(short deltaAxis1, argument
3703 scrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, deltaAxis1<<16, deltaAxis2<<16, deltaAxis3<<16, 0, 0, 0, 0, ts, 0);
3706 void IOHIDSystem::scrollWheelEvent(short deltaAxis1, argument
3722 args.arg0 = &deltaAxis1;
3741 short deltaAxis1 = *(short *)((IOHIDCmdGateActionArgs *)args)->arg0; local
3754 self->scrollWheelEventGated(deltaAxis1, deltaAxis2, deltaAxis3, fixedDelta1, fixedDelta2, fixedDelta3, pointDeltaAxis1, pointDeltaAxis2, pointDeltaAxis3, options, ts, sender);
3765 void IOHIDSystem::scrollWheelEventGated(short deltaAxis1, argument
3679 _scrollWheelEvent(IOHIDSystem * self, short deltaAxis1, short deltaAxis2, short deltaAxis3, IOFixed fixedDelta1, IOFixed fixedDelta2, IOFixed fixedDelta3, SInt32 pointDeltaAxis1, SInt32 pointDeltaAxis2, SInt32 pointDeltaAxis3, UInt32 options, AbsoluteTime ts, OSObject * sender, void * refcon __unused) argument
[all...]

Completed in 191 milliseconds