Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:setVoiceVolume

257 status_t AudioHardwareALSA::setVoiceVolume(float v)
259 ALOGV("setVoiceVolume(%f)\n", v);
261 ALOGW("setVoiceVolume(%f) under 0.0, assuming 0.0\n", v);
264 ALOGW("setVoiceVolume(%f) over 1.0, assuming 1.0\n", v);
269 ALOGV("setVoiceVolume newMode %d",newMode);
282 mALSADevice->setVoiceVolume(vol);