Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h36 virtual void OnErrorIsReported(const ErrorCode error) = 0;
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h72 virtual void OnErrorIsReported(const ErrorCode error);
Dfunc_test_manager.cc121 void AudioEventObserver::OnErrorIsReported(const ErrorCode error) in OnErrorIsReported() function in webrtc::AudioEventObserver
Daudio_device_test_api.cc57 virtual void OnErrorIsReported(const ErrorCode error) { in OnErrorIsReported() function in AudioEventObserverAPI
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h106 void OnErrorIsReported(const ErrorCode error) override;
Dvoe_base_impl.cc50 void VoEBaseImpl::OnErrorIsReported(const ErrorCode error) { in OnErrorIsReported() function in webrtc::VoEBaseImpl
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc454 _ptrCbAudioDeviceObserver->OnErrorIsReported(AudioDeviceObserver::kPlayoutError); in Process()
478 _ptrCbAudioDeviceObserver->OnErrorIsReported(AudioDeviceObserver::kRecordingError); in Process()