Searched refs:computeVolume (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h42 // track was stopped - see computeVolume()
383 virtual float computeVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3233 float AudioPolicyManagerBase::computeVolume(int stream, function in class:android_audio_legacy::AudioPolicyManagerBase
3279 float musicVol = computeVolume(AudioSystem::MUSIC,
3287 ALOGV("computeVolume limiting volume to %f musicVol %f", minVol, musicVol);
3318 float volume = computeVolume(stream, index, output, device);
3320 // - the float value returned by computeVolume() changed

Completed in 27 milliseconds