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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.h702 ALenum AddNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalImp.cpp4799 result = oalSource->AddNotification(notificationID, notifyProc, userData);
H A DoalSource.cpp2361 ALenum OALSource::AddNotification(ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData) function in class:OALSource
2364 DebugMessageN4("OALSource::AddNotification called - OALSource:notificationID:notifyProc:userData = %ld:%ld:%p:%p\n", (long int) mSelfToken, (long int) notificationID, notifyProc, userData);

Completed in 133 milliseconds