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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp52 SInt32 deltaAxis3 __unused,
H A DIOHIDEventRepairDriver.h52 SInt32 deltaAxis3,
H A DIOHIDPointing.h85 UInt32 deltaAxis3,
H A DIOHIDPointing.cpp174 UInt32 deltaAxis3,
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.h324 SInt32 deltaAxis3,
H A DIOHIDEventService.cpp1734 SInt32 deltaAxis3,
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.h55 short deltaAxis3,
85 /* delta3 */ short deltaAxis3,
146 SInt32 deltaAxis3,
169 short deltaAxis3,
251 short deltaAxis3,
H A DIOHIDSystem.h404 short deltaAxis3,
477 short deltaAxis3,
615 short deltaAxis3,
718 short deltaAxis3,
H A DIOLLEvent.h437 SInt16 deltaAxis3; member in struct:__anon2151::__anon2158
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1193 short deltaAxis3,
1196 dispatchScrollWheelEventWithAccelInfo(deltaAxis1, deltaAxis2, deltaAxis3, _scrollWheelInfo, ts);
1202 SInt32 deltaAxis3,
1263 _scrollFixedDeltaAxis3 = deltaAxis3 << 16;
1278 SInt32* pDeltaAxis[3] = {&deltaAxis1, &deltaAxis2, &deltaAxis3};
1351 deltaAxis3,
2250 short deltaAxis3,
2260 (short) deltaAxis3,
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.cpp3682 short deltaAxis3,
3694 self->scrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, fixedDelta1, fixedDelta2, fixedDelta3, pointDeltaAxis1, pointDeltaAxis2, pointDeltaAxis3, options, ts, sender);
3699 short deltaAxis3,
3703 scrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, deltaAxis1<<16, deltaAxis2<<16, deltaAxis3<<16, 0, 0, 0, 0, ts, 0);
3708 short deltaAxis3,
3724 args.arg2 = &deltaAxis3;
3743 short deltaAxis3 = *(short *)((IOHIDCmdGateActionArgs *)args)->arg2; local
3754 self->scrollWheelEventGated(deltaAxis1, deltaAxis2, deltaAxis3, fixedDelta1, fixedDelta2, fixedDelta3, pointDeltaAxis1, pointDeltaAxis2, pointDeltaAxis3, options, ts, sender);
3767 short deltaAxis3,
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 215 milliseconds