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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/NSPTool/
H A DNSPTool.c36 DEBUG_LOCAL OSStatus EnableNSP( const char *inGUID, BOOL inEnable );
319 DEBUG_LOCAL OSStatus EnableNSP( const char *inGUID, BOOL inEnable )
334 err = WSCEnableNSProvider( &guid, inEnable );
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp4200 void OALSource::SetRogerBeepEnable(Boolean inEnable) argument
4203 DebugMessageN2("OALSource::SetRogerBeepEnable - OALSource:inEnable = %ld:%d\n", (long int) mSelfToken, inEnable);
4206 DebugMessageN2("OALSource::SetRogerBeepEnable - OALSource:inEnable = %ld:%d\n", (long int) mSelfToken, inEnable);
4216 if (inEnable == mASARogerBeepEnable)
4219 mASARogerBeepEnable = inEnable;
4414 void OALSource::SetDistortionEnable(Boolean inEnable) argument
4417 DebugMessageN2("OALSource::SetDistortionEnable - OALSource:inEnable = %ld:%d\n", (long int) mSelfToken, inEnable);
[all...]
H A DoalSource.h733 void SetRogerBeepEnable(Boolean inEnable);
740 void SetDistortionEnable(Boolean inEnable);

Completed in 145 milliseconds