Searched refs:StopRtcEventLog (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/talk/media/base/
H A Dmediaengine.h115 virtual void StopRtcEventLog() = 0;
200 virtual void StopRtcEventLog() { voice_.StopRtcEventLog(); } function in class:cricket::CompositeMediaEngine
H A Dfakemediaengine.h771 void StopRtcEventLog() {} function in class:cricket::FakeVoiceEngine
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactoryproxy.h68 PROXY_METHOD0(void, StopRtcEventLog)
H A Dpeerconnectionfactory.h88 void StopRtcEventLog() override;
H A Dpeerconnectionfactory.cc243 void PeerConnectionFactory::StopRtcEventLog() { function in class:webrtc::PeerConnectionFactory
245 channel_manager_->StopRtcEventLog();
H A Dpeerconnectioninterface.h574 // automatically after 10 minutes have passed, or when the StopRtcEventLog
576 // This function as well as the StopRtcEventLog don't really belong on this
585 virtual void StopRtcEventLog() = 0;
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnectionFactory.java165 public void StopRtcEventLog() { method in class:PeerConnectionFactory
/external/webrtc/talk/session/media/
H A Dchannelmanager.h175 void StopRtcEventLog();
H A Dchannelmanager.cc568 void ChannelManager::StopRtcEventLog() { function in class:cricket::ChannelManager
570 Bind(&MediaEngineInterface::StopRtcEventLog, media_engine_.get()));
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h104 // pass or the StopRtcEventLog function is called.
108 void StopRtcEventLog();
H A Dwebrtcvoiceengine.cc1064 void WebRtcVoiceEngine::StopRtcEventLog() { function in class:cricket::WebRtcVoiceEngine
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1302 factory->StopRtcEventLog();

Completed in 208 milliseconds