Lines Matching refs:result
173 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetPan() local
174 if ( result == false ) return DEFAULT_PAN; in GetPan()
180 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetSurroundPan() local
181 if ( result == false ) return DEFAULT_SURROUND_PAN; in GetSurroundPan()
187 bool result = optionParameter.GetValueF32( &value, WAVE_SOUND_INFO_PITCH ); in GetPitch() local
188 if ( result == false ) return DEFAULT_PITCH; in GetPitch()
196 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_SEND ); in GetSendValue() local
197 if ( result == false ) in GetSendValue()
223 bool result = optionParameter.GetValue( &offsetToReference, WAVE_SOUND_INFO_ENVELOPE ); in GetAdshrCurve() local
224 if ( result == false ) return DEFAULT_ADSHR_CURVE; in GetAdshrCurve()
264 bool result = optionParameter.GetValue( &value, NOTE_INFO_KEY ); in GetOriginalKey() local
265 if ( result == false ) return DEFAULT_KEY; in GetOriginalKey()
272 bool result = optionParameter.GetValue( &value, NOTE_INFO_VOLUME ); in GetVolume() local
273 if ( result == false ) return DEFAULT_VOLUME; in GetVolume()
280 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetPan() local
281 if ( result == false ) return DEFAULT_PAN; in GetPan()
287 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetSurroundPan() local
288 if ( result == false ) return DEFAULT_SURROUND_PAN; in GetSurroundPan()
294 bool result = optionParameter.GetValueF32( &value, NOTE_INFO_PITCH ); in GetPitch() local
295 if ( result == false ) return DEFAULT_PITCH; in GetPitch()
302 bool result = optionParameter.GetValue( &value, NOTE_INFO_SEND ); in GetSendValue() local
303 if ( result == false ) in GetSendValue()
329 bool result = optionParameter.GetValue( &offsetToReference, NOTE_INFO_ENVELOPE ); in GetAdshrCurve() local
330 if ( result == false ) return DEFAULT_ADSHR_CURVE; in GetAdshrCurve()