Home
last modified time | relevance | path

Searched refs:WarningCode (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h73 virtual void OnWarningIsReported(const WarningCode warning);
78 WarningCode _warning;
Daudio_device_test_api.cc62 virtual void OnWarningIsReported(const WarningCode warning) { in OnWarningIsReported()
71 WarningCode warning_;
Dfunc_test_manager.cc128 void AudioEventObserver::OnWarningIsReported(const WarningCode warning) in OnWarningIsReported()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h34 enum WarningCode { kRecordingWarning = 0, kPlayoutWarning = 1 }; enum
37 virtual void OnWarningIsReported(const WarningCode warning) = 0;
/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()