Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:volume

633     // Set master volume in the HALs which support it.
645 // Now set the master volume in each playback thread. Playback threads
646 // assigned to HALs which do not have master volume support will apply
647 // master volume during the mix operation. Threads with HALs which do
648 // support master volume will simply ignore the setting.
806 mStreamTypes[stream].volume = value;
847 float volume;
853 volume = thread->streamVolume(stream);
855 volume = streamVolume_l(stream);
858 return volume;
1357 // volume. If this is the first HAL opened, and it supports the get
1359 // master mute and volume settings.