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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3851 // phaseAnnotation = |32 supplied phase |24 original state |16 new state |8 empty |
3852 UInt32 phaseAnnotation = (phase << 16) | (oldDelayedPhase << 8); local
3920 phaseAnnotation |= phase | (newDelayedPhase >> 8);
4166 log_event_phase("annotation %08x suppressed\n", phaseAnnotation);
4170 log_event_phase("annotation %08x posted with %08x\n", phaseAnnotation, options);
4189 wheelData.scrollWheel.reserved8[0] = phaseAnnotation;

Completed in 175 milliseconds