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

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

Completed in 704 milliseconds