Home | History | Annotate | Download | only in audio

Lines Matching refs:computeVolume

2991 float AudioPolicyManagerBase::computeVolume(int stream,
3039 float musicVol = computeVolume(AudioSystem::MUSIC,
3047 ALOGV("computeVolume limiting volume to %f musicVol %f", minVol, musicVol);
3078 float volume = computeVolume(stream, index, output, device);
3080 // - the float value returned by computeVolume() changed