Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dmediaengine.h115 virtual void StopRtcEventLog() = 0;
200 virtual void StopRtcEventLog() { voice_.StopRtcEventLog(); } in StopRtcEventLog() function
Dfakemediaengine.h771 void StopRtcEventLog() {} in StopRtcEventLog() function
/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.cc243 void PeerConnectionFactory::StopRtcEventLog() { in StopRtcEventLog() function in webrtc::PeerConnectionFactory
245 channel_manager_->StopRtcEventLog(); in StopRtcEventLog()
Dpeerconnectionfactoryproxy.h68 PROXY_METHOD0(void, StopRtcEventLog) in PROXY_METHOD1()
Dpeerconnectionfactory.h88 void StopRtcEventLog() override;
Dpeerconnectioninterface.h585 virtual void StopRtcEventLog() = 0;
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnectionFactory.java165 public void StopRtcEventLog() { in StopRtcEventLog() method in PeerConnectionFactory
/external/webrtc/talk/session/media/
Dchannelmanager.h175 void StopRtcEventLog();
Dchannelmanager.cc568 void ChannelManager::StopRtcEventLog() { in StopRtcEventLog() function in cricket::ChannelManager
570 Bind(&MediaEngineInterface::StopRtcEventLog, media_engine_.get())); in StopRtcEventLog()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h108 void StopRtcEventLog();
Dwebrtcvoiceengine.cc1064 void WebRtcVoiceEngine::StopRtcEventLog() { in StopRtcEventLog() function in cricket::WebRtcVoiceEngine
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1302 factory->StopRtcEventLog(); in JOW()