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

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioControl.cpp101 OSNumber *notificationNumber; local
112 notificationNumber = OSNumber::withNumber (notificationType, sizeof (notificationType) * 8);
113 if (!notificationNumber)
119 if (notificationNumber->isEqualTo ((OSNumber *)reserved->notificationQueue->getObject (i))) {
125 reserved->notificationQueue->setObject (notificationNumber);
127 notificationNumber->release ();

Completed in 83 milliseconds