Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:computeVolume

597         // store time at which the last music track was stopped - see computeVolume()
1655 float AudioPolicyManagerBase::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device)
1685 float musicVol = computeVolume(AudioSystem::MUSIC, mStreams[AudioSystem::MUSIC].mIndexCur, output, device);
1689 LOGV("computeVolume limiting volume to %f musicVol %f", minVol, musicVol);
1714 float volume = computeVolume(stream, index, output, device);