OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoENetEqStats
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_neteq_stats.h
20
class WEBRTC_DLLEXPORT
VoENetEqStats
{
22
// Factory for the
VoENetEqStats
sub-API. Increases an internal
25
static
VoENetEqStats
* GetInterface(VoiceEngine* voiceEngine);
27
// Releases the
VoENetEqStats
sub-API and decreases an internal
43
VoENetEqStats
() {}
44
virtual ~
VoENetEqStats
() {}
/external/webrtc/webrtc/voice_engine/
voe_neteq_stats_impl.h
21
class VoENetEqStatsImpl : public
VoENetEqStats
{
voe_neteq_stats_impl.cc
22
VoENetEqStats
*
VoENetEqStats
::GetInterface(VoiceEngine* voiceEngine) {
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h
47
class
VoENetEqStats
;
177
VoENetEqStats
* NetEqStatsPtr() const {
194
VoENetEqStats
* voe_neteq_stats_;
voe_standard_test.cc
158
voe_neteq_stats_ =
VoENetEqStats
::GetInterface(voice_engine_);
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h
69
webrtc::
VoENetEqStats
* voe_neteq_stats_;
before_initialization_fixture.cc
30
voe_neteq_stats_ = webrtc::
VoENetEqStats
::GetInterface(voice_engine_);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
68
VoENetEqStats
* neteqst = NULL;
141
neteqst =
VoENetEqStats
::GetInterface(m_voe);
Completed in 786 milliseconds