OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoEBase
(Results
1 - 25
of
27
) sorted by null
1
2
/external/webrtc/webrtc/voice_engine/
voice_engine_fixture.h
26
VoEBase
* base_;
voe_audio_processing_unittest.cc
24
base_(
VoEBase
::GetInterface(voe_)),
35
VoEBase
* base_;
voice_engine_fixture.cc
17
base_(
VoEBase
::GetInterface(voe_)),
voe_codec_unittest.cc
28
base_(
VoEBase
::GetInterface(voe_)),
91
VoEBase
* base_;
voe_base_impl.h
23
class VoEBaseImpl : public
VoEBase
,
voe_base_impl.cc
31
VoEBase
*
VoEBase
::GetInterface(VoiceEngine* voiceEngine) {
/external/webrtc/webrtc/tools/force_mic_volume_max/
force_mic_volume_max.cc
28
webrtc::
VoEBase
* base = webrtc::
VoEBase
::GetInterface(voe);
/external/webrtc/webrtc/voice_engine/include/
voe_base.h
24
//
VoEBase
* base =
VoEBase
::GetInterface(voe);
53
// installed using
VoEBase
::RegisterVoiceEngineObserver().
97
//
VoEBase
98
class WEBRTC_DLLEXPORT
VoEBase
{
100
// Factory for the
VoEBase
sub-API. Increases an internal reference
103
static
VoEBase
* GetInterface(VoiceEngine* voiceEngine);
105
// Releases the
VoEBase
sub-API and decreases an internal reference
189
VoEBase
() {}
190
virtual ~
VoEBase
() {}
[
all
...]
/external/webrtc/webrtc/audio/
audio_state.h
46
ScopedVoEInterface<
VoEBase
> voe_base_;
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h
58
webrtc::
VoEBase
* voe_base_;
before_initialization_fixture.cc
19
voe_base_ = webrtc::
VoEBase
::GetInterface(voice_engine_);
/external/webrtc/talk/media/webrtc/
webrtcvoe.h
98
webrtc::
VoEBase
* base,
116
webrtc::
VoEBase
* base() const { return base_.get(); }
127
scoped_voe_ptr<webrtc::
VoEBase
> base_;
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h
137
VoEBase
* BasePtr() const {
186
VoEBase
* voe_base_;
voe_stress_test.cc
120
VoEBase
* base = _mgr.BasePtr();
195
VoEBase
* base = _mgr.BasePtr();
305
VoEBase
* base = _mgr.BasePtr();
388
VoEBase
* base = _mgr.BasePtr();
voe_output_test.cc
80
VoEBase
* base = manager_.BasePtr();
117
VoEBase
* base = manager_.BasePtr();
voe_cpu_test.cc
48
VoEBase
* base = _mgr.BasePtr();
voe_standard_test.cc
131
voe_base_ =
VoEBase
::GetInterface(voice_engine_);
/external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc
38
VoEBase
* base =
VoEBase
::GetInterface(voe);
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h
147
webrtc::
VoEBase
* local_base_;
152
webrtc::
VoEBase
* remote_base_;
conference_transport.cc
52
local_base_ = webrtc::
VoEBase
::GetInterface(local_voe_);
59
remote_base_ = webrtc::
VoEBase
::GetInterface(remote_voe_);
/external/webrtc/webrtc/test/
call_test.h
26
class
VoEBase
;
120
VoEBase
* base;
call_test.cc
297
voe_send_.base =
VoEBase
::GetInterface(voe_send_.voice_engine);
307
voe_recv_.base =
VoEBase
::GetInterface(voe_recv_.voice_engine);
/external/webrtc/webrtc/tools/agc/
agc_harness.cc
90
base_(
VoEBase
::GetInterface(voe_)),
214
VoEBase
* base_;
/external/webrtc/webrtc/call/
call_perf_tests.cc
225
VoEBase
* voe_base =
VoEBase
::GetInterface(voice_engine);
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
121
VoEBase
* base;
1129
veData.base =
VoEBase
::GetInterface(veData.ve);
[
all
...]
Completed in 195 milliseconds
1
2