Searched defs:voiceEngine (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_neteq_stats_impl.cc22 VoENetEqStats* VoENetEqStats::GetInterface(VoiceEngine* voiceEngine) argument
27 if (NULL == voiceEngine)
31 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_external_media_impl.cc23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) argument
28 if (NULL == voiceEngine)
32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_network_impl.cc23 VoENetwork* VoENetwork::GetInterface(VoiceEngine* voiceEngine) argument
25 if (NULL == voiceEngine)
29 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_dtmf_impl.cc23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine) argument
28 if (NULL == voiceEngine)
32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_file_impl.cc25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine) argument
30 if (NULL == voiceEngine)
34 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_hardware_impl.cc23 VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine) argument
28 if (NULL == voiceEngine)
32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_video_sync_impl.cc21 VoEVideoSync* VoEVideoSync::GetInterface(VoiceEngine* voiceEngine) argument
26 if (NULL == voiceEngine)
30 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_volume_control_impl.cc23 VoEVolumeControl* VoEVolumeControl::GetInterface(VoiceEngine* voiceEngine) argument
28 if (NULL == voiceEngine)
32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoice_engine_impl.cc72 "VoiceEngineImpl self deleting (voiceEngine=0x%p)",
135 bool VoiceEngine::Delete(VoiceEngine*& voiceEngine) argument
137 if (voiceEngine == NULL)
140 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
143 voiceEngine = NULL;
H A Dvoe_codec_impl.cc23 VoECodec* VoECodec::GetInterface(VoiceEngine* voiceEngine) argument
28 if (NULL == voiceEngine)
32 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
H A Dvoe_rtp_rtcp_impl.cc24 VoERTP_RTCP* VoERTP_RTCP::GetInterface(VoiceEngine* voiceEngine) argument
29 if (NULL == voiceEngine)
33 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);
H A Dvoe_base_impl.cc31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine) argument
33 if (NULL == voiceEngine)
37 VoiceEngineImpl* s = static_cast<VoiceEngineImpl*>(voiceEngine);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc392 CTelephonyEvent(VoiceEngine* voiceEngine, int channel, CDialog* pParentDialog, CWnd* pParent = NULL); // standard constructor
459 CTelephonyEvent::CTelephonyEvent(VoiceEngine* voiceEngine, argument
463 : _vePtr(voiceEngine),

Completed in 1275 milliseconds