Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:audio_device

74     if (_shared->audio_device()->MaxSpeakerVolume(&maxVol) != 0)
85 if (_shared->audio_device()->SetSpeakerVolume(spkrVol) != 0)
108 if (_shared->audio_device()->SpeakerVolume(&spkrVol) != 0)
116 if (_shared->audio_device()->MaxSpeakerVolume(&maxVol) != 0)
153 if (_shared->audio_device()->MaxMicrophoneVolume(&maxVol) != 0)
166 if (_shared->audio_device()->MicrophoneVolume(&micVol) != 0) {
180 if (_shared->audio_device()->SetMicrophoneVolume(micVol) != 0)
203 if (_shared->audio_device()->MicrophoneVolume(&micVol) != 0)
211 if (_shared->audio_device()->MaxMicrophoneVolume(&maxVol) != 0)
455 _shared->audio_device()->StereoPlayoutIsAvailable(&available);
503 _shared->audio_device()->StereoPlayoutIsAvailable(&available);