Home | History | Annotate | Download | only in auto_test

Lines Matching refs:voice_engine_

96       voice_engine_(NULL),
128 voice_engine_ = VoiceEngine::Create();
129 if (!voice_engine_) {
138 if (voice_engine_) {
139 voe_base_ = VoEBase::GetInterface(voice_engine_);
140 voe_codec_ = VoECodec::GetInterface(voice_engine_);
141 voe_volume_control_ = VoEVolumeControl::GetInterface(voice_engine_);
142 voe_dtmf_ = VoEDtmf::GetInterface(voice_engine_);
143 voe_rtp_rtcp_ = VoERTP_RTCP::GetInterface(voice_engine_);
144 voe_apm_ = VoEAudioProcessing::GetInterface(voice_engine_);
145 voe_network_ = VoENetwork::GetInterface(voice_engine_);
146 voe_file_ = VoEFile::GetInterface(voice_engine_);
148 voe_vsync_ = VoEVideoSync::GetInterface(voice_engine_);
150 voe_hardware_ = VoEHardware::GetInterface(voice_engine_);
163 voe_xmedia_ = VoEExternalMedia::GetInterface(voice_engine_);
166 voe_neteq_stats_ = VoENetEqStats::GetInterface(voice_engine_);
228 if (false == VoiceEngine::Delete(voice_engine_)) {