Home
last modified time | relevance | path

Searched refs:voiceEngine (Results 1 – 25 of 25) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoice_engine_impl.cc118 bool VoiceEngine::Delete(VoiceEngine*& voiceEngine) { in Delete() argument
119 if (voiceEngine == NULL) in Delete()
122 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in Delete()
125 voiceEngine = NULL; in Delete()
Dvoe_neteq_stats_impl.cc22 VoENetEqStats* VoENetEqStats::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
26 if (NULL == voiceEngine) { in GetInterface()
29 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_network_impl.cc24 VoENetwork* VoENetwork::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
25 if (!voiceEngine) { in GetInterface()
28 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_external_media_impl.cc23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
27 if (NULL == voiceEngine) { in GetInterface()
30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_dtmf_impl.cc23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
27 if (NULL == voiceEngine) { in GetInterface()
30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_video_sync_impl.cc21 VoEVideoSync* VoEVideoSync::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
25 if (NULL == voiceEngine) { in GetInterface()
28 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_volume_control_impl.cc23 VoEVolumeControl* VoEVolumeControl::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
27 if (NULL == voiceEngine) { in GetInterface()
30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_codec_impl.cc23 VoECodec* VoECodec::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
27 if (NULL == voiceEngine) { in GetInterface()
30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_hardware_impl.cc22 VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
26 if (NULL == voiceEngine) { in GetInterface()
29 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_file_impl.cc25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
29 if (NULL == voiceEngine) { in GetInterface()
32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_rtp_rtcp_impl.cc23 VoERTP_RTCP* VoERTP_RTCP::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
27 if (NULL == voiceEngine) { in GetInterface()
30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_base_impl.cc31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
32 if (nullptr == voiceEngine) { in GetInterface()
35 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
Dvoe_audio_processing_impl.cc47 VoEAudioProcessing* VoEAudioProcessing::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument
51 if (NULL == voiceEngine) { in GetInterface()
54 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_base.h72 static bool Delete(VoiceEngine*& voiceEngine);
103 static VoEBase* GetInterface(VoiceEngine* voiceEngine);
Dvoe_neteq_stats.h25 static VoENetEqStats* GetInterface(VoiceEngine* voiceEngine);
Dvoe_dtmf.h48 static VoEDtmf* GetInterface(VoiceEngine* voiceEngine);
Dvoe_network.h50 static VoENetwork* GetInterface(VoiceEngine* voiceEngine);
Dvoe_video_sync.h49 static VoEVideoSync* GetInterface(VoiceEngine* voiceEngine);
Dvoe_external_media.h47 static VoEExternalMedia* GetInterface(VoiceEngine* voiceEngine);
Dvoe_volume_control.h50 static VoEVolumeControl* GetInterface(VoiceEngine* voiceEngine);
Dvoe_hardware.h46 static VoEHardware* GetInterface(VoiceEngine* voiceEngine);
Dvoe_codec.h46 static VoECodec* GetInterface(VoiceEngine* voiceEngine);
Dvoe_file.h52 static VoEFile* GetInterface(VoiceEngine* voiceEngine);
Dvoe_rtp_rtcp.h105 static VoERTP_RTCP* GetInterface(VoiceEngine* voiceEngine);
Dvoe_audio_processing.h61 static VoEAudioProcessing* GetInterface(VoiceEngine* voiceEngine);