Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:audio_device

16 #include "webrtc/modules/audio_device/audio_device_impl.h"
333 if (_shared->audio_device() == NULL)
351 _shared->process_thread()->RegisterModule(_shared->audio_device()) != 0)
364 if (_shared->audio_device()->RegisterEventObserver(this) != 0) {
370 if (_shared->audio_device()->RegisterAudioCallback(this) != 0) {
376 if (_shared->audio_device()->Init() != 0)
384 if (_shared->audio_device()->SetPlayoutDevice(
390 if (_shared->audio_device()->InitSpeaker() != 0)
397 if (_shared->audio_device()->SetRecordingDevice(
403 if (_shared->audio_device()->InitMicrophone() != 0)
410 if (_shared->audio_device()->StereoPlayoutIsAvailable(&available) != 0) {
414 if (_shared->audio_device()->SetStereoPlayout(available) != 0)
427 _shared->audio_device()->StereoRecordingIsAvailable(&available);
428 if (_shared->audio_device()->SetStereoRecording(available) != 0)
478 if (_shared->audio_device()->SetAGC(agc_enabled) != 0) {
479 LOG_FERR1(LS_ERROR, audio_device()->SetAGC, agc_enabled);
529 *_shared->audio_device(),
859 if (_shared->audio_device()->Playing())
865 if (_shared->audio_device()->InitPlayout() != 0)
872 if (_shared->audio_device()->StartPlayout() != 0)
890 if (_shared->audio_device()->StopPlayout() != 0) {
904 if (_shared->audio_device()->Recording())
910 if (_shared->audio_device()->InitRecording() != 0)
917 if (_shared->audio_device()->StartRecording() != 0)
938 if (_shared->audio_device()->StopRecording() != 0)
960 if (_shared->audio_device())
963 DeRegisterModule(_shared->audio_device()) != 0)
976 if (_shared->audio_device())
978 if (_shared->audio_device()->StopPlayout() != 0)
983 if (_shared->audio_device()->StopRecording() != 0)
988 if (_shared->audio_device()->RegisterEventObserver(NULL) != 0) {
993 if (_shared->audio_device()->RegisterAudioCallback(NULL) != 0) {
998 if (_shared->audio_device()->Terminate() != 0)
1025 assert(_shared->audio_device() != NULL);
1033 if (_shared->audio_device()->MaxMicrophoneVolume(&max_volume) == 0) {