Home
last modified time | relevance | path

Searched refs:VoEExternalMedia (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_external_media.h42 class WEBRTC_DLLEXPORT VoEExternalMedia {
47 static VoEExternalMedia* GetInterface(VoiceEngine* voiceEngine);
79 VoEExternalMedia() {} in VoEExternalMedia() function
80 virtual ~VoEExternalMedia() {} in ~VoEExternalMedia()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.h172 VoEExternalMedia* ExternalMediaPtr() const { in ExternalMediaPtr()
189 VoEExternalMedia* voe_xmedia_;
Dvoe_standard_test.cc155 voe_xmedia_ = VoEExternalMedia::GetInterface(voice_engine_); in GetInterfaces()
/external/webrtc/webrtc/voice_engine/
Dvoe_external_media_impl.cc23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
Dvoe_external_media_impl.h20 class VoEExternalMediaImpl : public VoEExternalMedia {
Dtransmit_mixer.h30 class VoEExternalMedia; variable
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_initialization_fixture.h68 webrtc::VoEExternalMedia* voe_xmedia_;
Dbefore_initialization_fixture.cc29 voe_xmedia_ = webrtc::VoEExternalMedia::GetInterface(voice_engine_); in BeforeInitializationFixture()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc67 VoEExternalMedia* xmedia = NULL;
140 xmedia = VoEExternalMedia::GetInterface(m_voe); in main()