Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:computeVolume

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