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

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c64 DVNotifyProc notifyProc; member in struct:DVNotificationEntryStruct
82 if(note->notifyProc != NULL && (note->wantedEvents & event->theEvent) &&
85 note->notifyProc((DVEventRecordPtr)event, note->userRefCon);
164 OSErr DVNewNotification( DVDeviceRefNum refNum, DVNotifyProc notifyProc, argument
169 if(sNotifications[i].notifyProc == NULL) {
171 sNotifications[i].notifyProc = notifyProc;
184 if(sNotifications[id].notifyProc != NULL) {
195 if(sNotifications[id].notifyProc != NULL) {
206 if(sNotifications[id].notifyProc !
[all...]
H A DDVFamily.h304 OSErr DVNewNotification( DVDeviceRefNum refNum, DVNotifyProc notifyProc,
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h163 DVCNotifyProc notifyProc; member in struct:DVNotificationEntryStruct
169 DVCNotifyProc notifyProc; member in struct:DVEventEntryStruct
H A DDVFamilyLib.c423 OSErr DVCNewNotification( DVCDeviceConnectionID connID, DVCNotifyProc notifyProc, argument
431 if ( notifyProc == nil )
451 pEntry->notifyProc = notifyProc;
1062 error = (*pEntry->notifyProc)( pEvent, pEntry->userRefCon );
1083 pEventEntry->notifyProc = pEntry->notifyProc;
1137 if ( pEventEntry->notifyProc )
1140 error = (*pEventEntry->notifyProc)( &(pEventEntry->eventRec), pEventEntry->userRefCon );
H A DDVFamily.h305 OSErr DVCNewNotification( DVCDeviceConnectionID connID, DVCNotifyProc notifyProc,
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DMacOSX_OALExtensions.h100 notifyProc - notification proc
110 typedef ALenum (*alSourceAddNotificationProcPtr) (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
117 notifyProc - notification proc
120 typedef ALvoid (*alSourceRemoveNotificationProcPtr) (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalImp.h55 AL_API ALenum alSourceAddNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
56 AL_API ALvoid alSourceRemoveNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalSource.h699 ALenum AddNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
700 void RemoveNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalImp.cpp4737 AL_API ALenum AL_APIENTRY alSourceAddNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) argument
4743 if (notifyProc == NULL)
4753 result = oalSource->AddNotification(notificationID, notifyProc, userData);
4759 DebugMessageN3("ERROR: alSourceAddNotification FAILED: source: %ld : proc: %p : userData: %p", (long int) sid, notifyProc, userData);
4776 AL_API ALvoid AL_APIENTRY alSourceRemoveNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) argument
4782 if (notifyProc == NULL)
4790 oalSource->RemoveNotification(notificationID, notifyProc, userData);
H A DoalSource.cpp2357 ALenum OALSource::AddNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) argument
2360 DebugMessageN4("OALSource::AddNotification called - OALSource:notificationID:notifyProc:userData = %ld:%ld:%p:%p\n", (long int) mSelfToken, (long int) notificationID, notifyProc, userData);
2367 err = mSourceNotifications->AddSourceNotification(notificationID, notifyProc, userData);
2372 void OALSource::RemoveNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) argument
2375 DebugMessageN4("OALSource::RemoveNotification called - OALSource:notificationID:notifyProc:userData = %ld:%ld:%p:%p\n", (long int) mSelfToken, (long int) notificationID, notifyProc, userData);
2380 mSourceNotifications->RemoveSourceNotification(notificationID, notifyProc, userData);
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c71 OSErr (*fDVNewNotification)( DVDeviceRefNum refNum, DVNotifyProc notifyProc,
H A DDVTest.c73 OSErr (*fDVNewNotification)( DVDeviceRefNum refNum, DVNotifyProc notifyProc,

Completed in 177 milliseconds