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

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioControl.cpp105 if (!reserved->notificationQueue) {
106 reserved->notificationQueue = OSArray::withCapacity (1);
107 if (!reserved->notificationQueue) {
117 count = reserved->notificationQueue->getCount ();
119 if (notificationNumber->isEqualTo ((OSNumber *)reserved->notificationQueue->getObject (i))) {
125 reserved->notificationQueue->setObject (notificationNumber);
146 if (reserved && reserved->notificationQueue) {
147 count = reserved->notificationQueue->getCount ();
150 sendChangeNotification(((OSNumber *)reserved->notificationQueue->getObject(i))->unsigned32BitValue());
153 reserved->notificationQueue
[all...]
H A DIOAudioControl.h158 OSArray * notificationQueue; member in struct:IOAudioControl::ExpansionData
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DAVFoundationCFSoftLinking.h138 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFPlayerItemCreateWithAsset, AVCFPlayerItemRef, __cdecl, (CFAllocatorRef allocator, AVCFAssetRef asset, dispatch_queue_t notificationQueue), (allocator, asset, notificationQueue))
141 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFPlayerCreateWithPlayerItemAndOptions, AVCFPlayerRef, __cdecl, (CFAllocatorRef allocator, AVCFPlayerItemRef playerItem, CFDictionaryRef options, dispatch_queue_t notificationQueue), (allocator, playerItem, options, notificationQueue))
195 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFPlayerLayerCreateWithAVCFPlayer, AVCFPlayerLayerRef, __cdecl, (CFAllocatorRef allocator, AVCFPlayerRef player, dispatch_queue_t notificationQueue), (allocator, player, notificationQueue))
225 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFURLAssetCreateWithURLAndOptions, AVCFURLAssetRef, __cdecl, (CFAllocatorRef allocator, CFURLRef URL, CFDictionaryRef options, dispatch_queue_t notificationQueue), (allocator, URL, options, notificationQueue))
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h181 QHdrPtr notificationQueue; member in struct:DVFamilyDataStruct
H A DDVFamilyLib.c457 error = PBEnqueueLast( (QElemPtr) pEntry, gpFamilyGlobals->notificationQueue );
554 PBDequeue( (QElemPtr) pEntry, gpFamilyGlobals->notificationQueue );
1039 pEntry = (DVNotificationEntryPtr) gpFamilyGlobals->notificationQueue->qHead;
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseTracker.cpp1345 static NotificationQueue& notificationQueue() function in namespace:WebCore
1355 notificationQueue().append(std::pair<RefPtr<SecurityOrigin>, String>(origin->isolatedCopy(), name.isolatedCopy()));
1381 notifications.swap(notificationQueue());

Completed in 102 milliseconds