HomeSort by relevance Sort by last modified time
    Searched refs:masterVolume (Results 1 - 24 of 24) 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/base/include/media/
IAudioFlinger.h 86 virtual float masterVolume() const = 0;
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 236 virtual float masterVolume() const
752 reply->writeFloat( masterVolume() );
    [all...]
AudioSystem.cpp 111 *volume = af->masterVolume();
  /frameworks/base/services/audioflinger/
AudioFlinger.h 99 virtual float masterVolume() const;
713 virtual float masterVolume() const;
    [all...]
AudioFlinger.cpp 642 float AudioFlinger::masterVolume() const
    [all...]

Completed in 679 milliseconds