HomeSort by relevance Sort by last modified time
    Searched refs:masterVolume (Results 1 - 25 of 25) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_data.h 125 EAS_U8 masterVolume;
eas_synth.h 324 EAS_U16 masterVolume;
eas_vm_protos.h 816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
    [all...]
eas_fmsynth.c 436 pFMVoice->voiceGain = (EAS_I16) FMUL_15x15(pFMVoice->voiceGain, pSynth->masterVolume);
879 voiceGainTarget = (EAS_U16) FMUL_15x15(voiceGainTarget, pSynth->masterVolume);
eas_voicemgt.c 388 pSynth->masterVolume = DEFAULT_SYNTH_MASTER_VOLUME;
    [all...]
eas_public.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_data.h 125 EAS_U8 masterVolume;
eas_synth.h 324 EAS_U16 masterVolume;
eas_vm_protos.h 816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
    [all...]
eas_fmsynth.c 436 pFMVoice->voiceGain = (EAS_I16) FMUL_15x15(pFMVoice->voiceGain, pSynth->masterVolume);
879 voiceGainTarget = (EAS_U16) FMUL_15x15(voiceGainTarget, pSynth->masterVolume);
eas_voicemgt.c 388 pSynth->masterVolume = DEFAULT_SYNTH_MASTER_VOLUME;
    [all...]
eas_wtsynth.c 675 pChannel->staticGain = (EAS_I16) MULT_EG1_EG1(staticGain, pSynth->masterVolume);
    [all...]
eas_public.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_data.h 127 EAS_U8 masterVolume;
eas_synth.h 324 EAS_U16 masterVolume;
eas_vm_protos.h 816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
    [all...]
eas_voicemgt.c 388 pSynth->masterVolume = DEFAULT_SYNTH_MASTER_VOLUME;
    [all...]
eas_wtsynth.c 681 pChannel->staticGain = (EAS_I16) MULT_EG1_EG1(staticGain, pSynth->masterVolume);
    [all...]
eas_public.c     [all...]
  /frameworks/av/include/media/
IAudioFlinger.h 100 virtual float masterVolume() const = 0;
  /frameworks/av/media/libaah_rtp/
aah_rx_player.cpp 255 reply->writeFloat(audio_flinger_->masterVolume());
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 239 virtual float masterVolume() const
772 reply->writeFloat( masterVolume() );
    [all...]
AudioSystem.cpp 111 *volume = af->masterVolume();
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 724 float AudioFlinger::masterVolume() const
    [all...]
AudioFlinger.h 123 virtual float masterVolume() const;
    [all...]

Completed in 156 milliseconds