Home
last modified time | relevance | path

Searched refs:OnWarningIsReported (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h37 virtual void OnWarningIsReported(const WarningCode warning) = 0;
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h73 virtual void OnWarningIsReported(const WarningCode warning);
Dfunc_test_manager.cc128 void AudioEventObserver::OnWarningIsReported(const WarningCode warning) in OnWarningIsReported() function in webrtc::AudioEventObserver
Daudio_device_test_api.cc62 virtual void OnWarningIsReported(const WarningCode warning) { in OnWarningIsReported() function in AudioEventObserverAPI
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h107 void OnWarningIsReported(const WarningCode warning) override;
Dvoe_base_impl.cc66 void VoEBaseImpl::OnWarningIsReported(const WarningCode warning) { in OnWarningIsReported() function in webrtc::VoEBaseImpl
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc442 _ptrCbAudioDeviceObserver->OnWarningIsReported(AudioDeviceObserver::kPlayoutWarning); in Process()
466 _ptrCbAudioDeviceObserver->OnWarningIsReported(AudioDeviceObserver::kRecordingWarning); in Process()