/external/webrtc/webrtc/voice_engine/ |
D | voice_engine_impl.cc | 118 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()
|
D | voe_neteq_stats_impl.cc | 22 VoENetEqStats* VoENetEqStats::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 26 if (NULL == voiceEngine) { in GetInterface() 29 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_network_impl.cc | 24 VoENetwork* VoENetwork::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 25 if (!voiceEngine) { in GetInterface() 28 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_external_media_impl.cc | 23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 27 if (NULL == voiceEngine) { in GetInterface() 30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_dtmf_impl.cc | 23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 27 if (NULL == voiceEngine) { in GetInterface() 30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_video_sync_impl.cc | 21 VoEVideoSync* VoEVideoSync::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 25 if (NULL == voiceEngine) { in GetInterface() 28 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_volume_control_impl.cc | 23 VoEVolumeControl* VoEVolumeControl::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 27 if (NULL == voiceEngine) { in GetInterface() 30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_hardware_impl.cc | 22 VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 26 if (NULL == voiceEngine) { in GetInterface() 29 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_codec_impl.cc | 23 VoECodec* VoECodec::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 27 if (NULL == voiceEngine) { in GetInterface() 30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_file_impl.cc | 25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 29 if (NULL == voiceEngine) { in GetInterface() 32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_rtp_rtcp_impl.cc | 23 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()
|
D | voe_base_impl.cc | 31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine) { in GetInterface() argument 32 if (nullptr == voiceEngine) { in GetInterface() 35 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine); in GetInterface()
|
D | voe_audio_processing_impl.cc | 47 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/ |
D | voe_base.h | 72 static bool Delete(VoiceEngine*& voiceEngine); 103 static VoEBase* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_neteq_stats.h | 25 static VoENetEqStats* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_dtmf.h | 48 static VoEDtmf* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_network.h | 50 static VoENetwork* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_video_sync.h | 49 static VoEVideoSync* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_external_media.h | 47 static VoEExternalMedia* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_volume_control.h | 50 static VoEVolumeControl* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_hardware.h | 46 static VoEHardware* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_codec.h | 46 static VoECodec* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_file.h | 52 static VoEFile* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_rtp_rtcp.h | 105 static VoERTP_RTCP* GetInterface(VoiceEngine* voiceEngine);
|
D | voe_audio_processing.h | 61 static VoEAudioProcessing* GetInterface(VoiceEngine* voiceEngine);
|