HomeSort by relevance Sort by last modified time
    Searched refs:OnWarningIsReported (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_device/include/
audio_device_defines.h 37 virtual void OnWarningIsReported(const WarningCode warning) = 0;
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 73 virtual void OnWarningIsReported(const WarningCode warning);
audio_device_test_api.cc 62 virtual void OnWarningIsReported(const WarningCode warning) {
63 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n\n", warning);
    [all...]
func_test_manager.cc 128 void AudioEventObserver::OnWarningIsReported(const WarningCode warning)
130 TEST_LOG("\n[*** WARNING ***] => OnWarningIsReported(%d)\n \n", warning);
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.h 107 void OnWarningIsReported(const WarningCode warning) override;
voe_base_impl.cc 66 void VoEBaseImpl::OnWarningIsReported(const WarningCode warning) {
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 441 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, _id, "=> OnWarningIsReported(kPlayoutWarning)");
442 _ptrCbAudioDeviceObserver->OnWarningIsReported(AudioDeviceObserver::kPlayoutWarning);
465 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, _id, "=> OnWarningIsReported(kRecordingWarning)");
466 _ptrCbAudioDeviceObserver->OnWarningIsReported(AudioDeviceObserver::kRecordingWarning);
    [all...]

Completed in 104 milliseconds