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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp51 SInt32 deltaAxis2 __unused,
H A DIOHIDEventRepairDriver.h51 SInt32 deltaAxis2,
H A DIOHIDPointing.h84 SInt32 deltaAxis2,
H A DIOHIDPointing.cpp173 SInt32 deltaAxis2,
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.h323 SInt32 deltaAxis2,
H A DIOHIDEventService.cpp1733 SInt32 deltaAxis2,
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.h54 short deltaAxis2,
84 /* delta2 */ short deltaAxis2,
145 SInt32 deltaAxis2,
168 short deltaAxis2,
250 short deltaAxis2,
H A DIOHIDSystem.h403 short deltaAxis2,
476 short deltaAxis2,
614 short deltaAxis2,
717 short deltaAxis2,
H A DIOLLEvent.h436 SInt16 deltaAxis2; member in struct:__anon2151::__anon2158
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1192 short deltaAxis2,
1196 dispatchScrollWheelEventWithAccelInfo(deltaAxis1, deltaAxis2, deltaAxis3, _scrollWheelInfo, ts);
1201 SInt32 deltaAxis2,
1262 _scrollFixedDeltaAxis2 = deltaAxis2 << 16;
1278 SInt32* pDeltaAxis[3] = {&deltaAxis1, &deltaAxis2, &deltaAxis3};
1350 deltaAxis2,
2249 short deltaAxis2,
2259 (short) deltaAxis2,
1191 dispatchScrollWheelEvent(short deltaAxis1, short deltaAxis2, short deltaAxis3, AbsoluteTime ts) argument
1199 dispatchScrollWheelEventWithAccelInfo( SInt32 deltaAxis1, SInt32 deltaAxis2, SInt32 deltaAxis3, ScrollAccelInfo * info, AbsoluteTime ts) argument
H A DIOHIDSystem.cpp3681 short deltaAxis2,
3694 self->scrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, fixedDelta1, fixedDelta2, fixedDelta3, pointDeltaAxis1, pointDeltaAxis2, pointDeltaAxis3, options, ts, sender);
3698 short deltaAxis2,
3703 scrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, deltaAxis1<<16, deltaAxis2<<16, deltaAxis3<<16, 0, 0, 0, 0, ts, 0);
3707 short deltaAxis2,
3723 args.arg1 = &deltaAxis2;
3742 short deltaAxis2 = *(short *)((IOHIDCmdGateActionArgs *)args)->arg1; local
3754 self->scrollWheelEventGated(deltaAxis1, deltaAxis2, deltaAxis3, fixedDelta1, fixedDelta2, fixedDelta3, pointDeltaAxis1, pointDeltaAxis2, pointDeltaAxis3, options, ts, sender);
3766 short deltaAxis2,
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
3697 scrollWheelEvent(short deltaAxis1, short deltaAxis2, short deltaAxis3, AbsoluteTime ts) argument
3706 scrollWheelEvent(short deltaAxis1, short deltaAxis2, short deltaAxis3, IOFixed fixedDelta1, IOFixed fixedDelta2, IOFixed fixedDelta3, SInt32 pointDeltaAxis1, SInt32 pointDeltaAxis2, SInt32 pointDeltaAxis3, UInt32 options, AbsoluteTime ts, OSObject * sender) argument
3765 scrollWheelEventGated(short deltaAxis1, short deltaAxis2, short deltaAxis3, IOFixed fixedDelta1, IOFixed fixedDelta2, IOFixed fixedDelta3, SInt32 pointDeltaAxis1, SInt32 pointDeltaAxis2, SInt32 pointDeltaAxis3, UInt32 options, AbsoluteTime ts, OSObject * sender) argument
[all...]

Completed in 276 milliseconds