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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h703 void RemoveNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalImp.cpp4836 oalSource->RemoveNotification(notificationID, notifyProc, userData);
H A DoalSource.cpp2376 void OALSource::RemoveNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) function in class:OALSource
2379 DebugMessageN4("OALSource::RemoveNotification called - OALSource:notificationID:notifyProc:userData = %ld:%ld:%p:%p\n", (long int) mSelfToken, (long int) notificationID, notifyProc, userData);

Completed in 130 milliseconds