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

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.cpp100 OSNumber *notificationNumber; local
111 notificationNumber = OSNumber::withNumber (notificationType, sizeof (notificationType) * 8);
112 if (!notificationNumber)
118 if (notificationNumber->isEqualTo ((OSNumber *)reserved->notificationQueue->getObject (i))) {
124 reserved->notificationQueue->setObject (notificationNumber);
126 notificationNumber->release ();

Completed in 128 milliseconds