HomeSort by relevance Sort by last modified time
    Searched refs:VoEExternalMedia (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/voice_engine/include/
voe_external_media.h 42 class WEBRTC_DLLEXPORT VoEExternalMedia {
44 // Factory for the VoEExternalMedia sub-API. Increases an internal
47 static VoEExternalMedia* GetInterface(VoiceEngine* voiceEngine);
49 // Releases the VoEExternalMedia sub-API and decreases an internal
79 VoEExternalMedia() {}
80 virtual ~VoEExternalMedia() {}
  /external/webrtc/webrtc/voice_engine/
voe_external_media_impl.h 20 class VoEExternalMediaImpl : public VoEExternalMedia {
voe_external_media_impl.cc 23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) {
transmit_mixer.h 30 class VoEExternalMedia;
81 // VoEExternalMedia
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 68 webrtc::VoEExternalMedia* voe_xmedia_;
before_initialization_fixture.cc 29 voe_xmedia_ = webrtc::VoEExternalMedia::GetInterface(voice_engine_);
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 172 VoEExternalMedia* ExternalMediaPtr() const {
189 VoEExternalMedia* voe_xmedia_;
voe_standard_test.cc 155 voe_xmedia_ = VoEExternalMedia::GetInterface(voice_engine_);
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 67 VoEExternalMedia* xmedia = NULL;
140 xmedia = VoEExternalMedia::GetInterface(m_voe);

Completed in 78 milliseconds