Searched refs:VoEExternalMedia (Results 1 – 9 of 9) sorted by relevance
42 class WEBRTC_DLLEXPORT VoEExternalMedia {47 static VoEExternalMedia* GetInterface(VoiceEngine* voiceEngine);79 VoEExternalMedia() {} in VoEExternalMedia() function80 virtual ~VoEExternalMedia() {} in ~VoEExternalMedia()
172 VoEExternalMedia* ExternalMediaPtr() const { in ExternalMediaPtr()189 VoEExternalMedia* voe_xmedia_;
155 voe_xmedia_ = VoEExternalMedia::GetInterface(voice_engine_); in GetInterfaces()
23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
20 class VoEExternalMediaImpl : public VoEExternalMedia {
30 class VoEExternalMedia; variable
68 webrtc::VoEExternalMedia* voe_xmedia_;
29 voe_xmedia_ = webrtc::VoEExternalMedia::GetInterface(voice_engine_); in BeforeInitializationFixture()
67 VoEExternalMedia* xmedia = NULL;140 xmedia = VoEExternalMedia::GetInterface(m_voe); in main()