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

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp4255 void OALSource::SetRogerBeepOn(Boolean inOn) argument
4258 DebugMessageN2("OALSource::SetRogerBeepOn - OALSource:inOn = %ld:%d\n", (long int) mSelfToken, inOn);
4261 DebugMessageN2("OALSource::SetRogerBeepOn - OALSource:inOn = %ld:%d\n", (long int) mSelfToken, inOn);
4267 if (inOn == mASARogerBeepOn)
4270 mASARogerBeepOn = inOn;
4466 void OALSource::SetDistortionOn(Boolean inOn) argument
4469 DebugMessageN2("OALSource::SetDistortionOn - OALSource:inOn = %ld:%d\n", (long int) mSelfToken, inOn);
[all...]
H A DoalSource.h734 void SetRogerBeepOn(Boolean inOn);
741 void SetDistortionOn(Boolean inOn);

Completed in 129 milliseconds