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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3846 UInt32 oldDelayedPhase = 0; local
3849 newDelayedPhase = oldDelayedPhase = ((OSNumber*)_devicePhaseState->getObject((OSSymbol*)sender))->unsigned32BitValue();
3852 UInt32 phaseAnnotation = (phase << 16) | (oldDelayedPhase << 8);
3854 switch (oldDelayedPhase) {
3874 log_event_phase("unexpected phase (%04x) state (%04x) combination\n", phase, oldDelayedPhase);
3909 log_event_phase("unexpected phase (%04x) state (%04x) combination\n", phase, oldDelayedPhase);
3921 if (oldDelayedPhase != newDelayedPhase) {
3922 log_event_phase("updating phase from %04x to %04x for %p\n", oldDelayedPhase, newDelayedPhase, sender);

Completed in 187 milliseconds