Searched refs:channel3 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedHIDEventService.cpp116 void AppleEmbeddedHIDEventService::dispatchAmbientLightSensorEvent(AbsoluteTime timestamp, UInt32 level, UInt32 channel0, UInt32 channel1, UInt32 channel2, UInt32 channel3, IOOptionBits options) argument
118 IOHIDEvent * event = IOHIDEvent::ambientLightSensorEvent(timestamp, level, channel0, channel1, channel2, channel3, options);
H A DAppleEmbeddedHIDEventService.h47 virtual void dispatchAmbientLightSensorEvent(AbsoluteTime timestamp, UInt32 level, UInt32 channel0 = 0, UInt32 channel1 = 0, UInt32 channel2 = 0, UInt32 channel3 = 0, IOOptionBits options=0);
H A DIOHIDEvent.h170 UInt32 channel3 = 0,
H A DIOHIDEvent.cpp494 UInt32 channel3,
509 event->ch3 = channel3;
488 ambientLightSensorEvent( AbsoluteTime timeStamp, UInt32 level, UInt32 channel0, UInt32 channel1, UInt32 channel2, UInt32 channel3, IOOptionBits options) argument

Completed in 122 milliseconds