Lines Matching refs:volume
93 long volume;
189 // Find PCM playback volume control element.
198 info->volume = info->max;
199 setVol[i] (elem, info->volume);
226 // Find PCM playback volume control element.
235 info->volume = info->max;
236 setVol[i] (elem, info->volume);
267 status_t ALSAMixer::setMasterVolume(float volume)
275 // Make sure volume is between bounds.
276 long vol = minVol + volume * (maxVol - minVol);
280 info->volume = vol;
294 // Make sure volume is between bounds.
299 info->volume = vol;
316 // Make sure volume is between bounds.
321 info->volume = vol;
339 // Make sure volume is between bounds.
344 info->volume = vol;