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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp679 #define _devicePhaseState (_privateData->devicePhaseState) macro
3848 if (_devicePhaseState && _devicePhaseState->getObject((OSSymbol*)sender)) {
3849 newDelayedPhase = oldDelayedPhase = ((OSNumber*)_devicePhaseState->getObject((OSSymbol*)sender))->unsigned32BitValue();
3924 if (!_devicePhaseState)
3925 _devicePhaseState = OSDictionary::withCapacity(0);
3926 if (_devicePhaseState) {
3928 _devicePhaseState->setObject((OSSymbol*)sender, newDelayedPhaseNumber);
3932 IOLog("%s unable to create _devicePhaseState dictionary\n", __func__);
3936 if (_devicePhaseState) {
[all...]

Completed in 192 milliseconds