Searched refs:VoEBase (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/webrtc/tools/force_mic_volume_max/
H A Dforce_mic_volume_max.cc28 webrtc::VoEBase* base = webrtc::VoEBase::GetInterface(voe);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_unittest.cc24 base_(VoEBase::GetInterface(voe_)),
36 VoEBase* base_;
H A Dvoe_base_unittest.cc24 base_(VoEBase::GetInterface(voe_)),
34 VoEBase* base_;
H A Dvoe_codec_unittest.cc29 base_(VoEBase::GetInterface(voe_)),
92 VoEBase* base_;
H A Dvoe_base_impl.h24 class VoEBaseImpl: public VoEBase,
H A Dvoe_base_impl.cc31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine)
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_base.h24 // VoEBase* base = VoEBase::GetInterface(voe);
54 // installed using VoEBase::RegisterVoiceEngineObserver().
97 // VoEBase
98 class WEBRTC_DLLEXPORT VoEBase class in namespace:webrtc
101 // Factory for the VoEBase sub-API. Increases an internal reference
104 static VoEBase* GetInterface(VoiceEngine* voiceEngine);
106 // Releases the VoEBase sub-API and decreases an internal reference
186 VoEBase() {} function in class:webrtc::VoEBase
187 virtual ~VoEBase() {}
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
H A Dbefore_initialization_fixture.h59 webrtc::VoEBase* voe_base_;
H A Dbefore_initialization_fixture.cc19 voe_base_ = webrtc::VoEBase::GetInterface(voice_engine_);
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc38 VoEBase* base = VoEBase::GetInterface(voe);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.h138 VoEBase* BasePtr() const {
187 VoEBase* voe_base_;
H A Dvoe_stress_test.cc121 VoEBase* base = _mgr.BasePtr();
196 VoEBase* base = _mgr.BasePtr();
306 VoEBase* base = _mgr.BasePtr();
392 VoEBase* base = _mgr.BasePtr();
H A Dvoe_cpu_test.cc48 VoEBase* base = _mgr.BasePtr();
H A Dvoe_standard_test.cc139 voe_base_ = VoEBase::GetInterface(voice_engine_);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoe.h104 webrtc::VoEBase* base,
132 webrtc::VoEBase* base() const { return base_.get(); }
148 scoped_voe_ptr<webrtc::VoEBase> base_;
H A Dfakewebrtcvoiceengine.h163 public webrtc::VoEBase, public webrtc::VoECodec, public webrtc::VoEDtmf,
428 // webrtc::VoEBase
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_base.cc184 webrtc::VoEBase* voe_base = NULL;
190 voe_base = webrtc::VoEBase::GetInterface(voice_engine);
H A Dvie_autotest_record.cc49 bool GetAudioDevices(webrtc::VoEBase* voe_base,
120 webrtc::VoEBase* voe_base = webrtc::VoEBase::GetInterface(voe);
122 printf("ERROR in VoEBase::GetInterface\n");
127 printf("ERROR in VoEBase::Init\n");
H A Dvie_autotest_custom_call.cc172 bool GetAudioDevices(webrtc::VoEBase* voe_base,
176 bool GetAudioDevices(webrtc::VoEBase* voe_base,
197 webrtc::VoEBase* voe_base = webrtc::VoEBase::GetInterface(voe);
1008 bool GetAudioDevices(webrtc::VoEBase* voe_base,
H A Dvie_autotest_rtp_rtcp.cc994 webrtc::VoEBase* voe_base = webrtc::VoEBase::GetInterface(voice_engine);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.h159 VoEBase* _veBasePtr;
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc57 base(webrtc::VoEBase::GetInterface(ve)),
118 webrtc::VoEBase* const base;
/external/chromium_org/third_party/webrtc/video/
H A Dcall_perf_tests.cc217 VoEBase* voe_base = VoEBase::GetInterface(voice_engine);
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc121 VoEBase* base;
1177 veData.base = VoEBase::GetInterface(veData.ve);
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc55 VoEBase* base1 = NULL;
128 base1 = VoEBase::GetInterface(m_voe);

Completed in 733 milliseconds

12