Lines Matching refs:result

175     bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN );  in GetPan()  local
176 if ( result == false ) return DEFAULT_PAN; in GetPan()
182 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetSurroundPan() local
183 if ( result == false ) return DEFAULT_SURROUND_PAN; in GetSurroundPan()
189 bool result = optionParameter.GetValueF32( &value, WAVE_SOUND_INFO_PITCH ); in GetPitch() local
190 if ( result == false ) return DEFAULT_PITCH; in GetPitch()
198 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_SEND ); in GetSendValue() local
199 if ( result == false ) in GetSendValue()
225 bool result = optionParameter.GetValue( &offsetToReference, WAVE_SOUND_INFO_ENVELOPE ); in GetAdshrCurve() local
226 if ( result == false ) return DEFAULT_ADSHR_CURVE; in GetAdshrCurve()
266 bool result = optionParameter.GetValue( &value, NOTE_INFO_KEY ); in GetOriginalKey() local
267 if ( result == false ) return DEFAULT_KEY; in GetOriginalKey()
274 bool result = optionParameter.GetValue( &value, NOTE_INFO_VOLUME ); in GetVolume() local
275 if ( result == false ) return DEFAULT_VOLUME; in GetVolume()
282 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetPan() local
283 if ( result == false ) return DEFAULT_PAN; in GetPan()
289 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetSurroundPan() local
290 if ( result == false ) return DEFAULT_SURROUND_PAN; in GetSurroundPan()
296 bool result = optionParameter.GetValueF32( &value, NOTE_INFO_PITCH ); in GetPitch() local
297 if ( result == false ) return DEFAULT_PITCH; in GetPitch()
304 bool result = optionParameter.GetValue( &value, NOTE_INFO_SEND ); in GetSendValue() local
305 if ( result == false ) in GetSendValue()
331 bool result = optionParameter.GetValue( &offsetToReference, NOTE_INFO_ENVELOPE ); in GetAdshrCurve() local
332 if ( result == false ) return DEFAULT_ADSHR_CURVE; in GetAdshrCurve()