Searched refs:StartRtcEventLog (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/talk/media/base/
H A Dmediaengine.h112 virtual bool StartRtcEventLog(rtc::PlatformFile file) = 0;
196 virtual bool StartRtcEventLog(rtc::PlatformFile file) { function in class:cricket::CompositeMediaEngine
197 return voice_.StartRtcEventLog(file);
H A Dfakemediaengine.h769 bool StartRtcEventLog(rtc::PlatformFile file) { return false; } function in class:cricket::FakeVoiceEngine
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactoryproxy.h67 PROXY_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile)
H A Dpeerconnectionfactory.h87 bool StartRtcEventLog(rtc::PlatformFile file) override;
H A Dpeerconnectionfactory.cc238 bool PeerConnectionFactory::StartRtcEventLog(rtc::PlatformFile file) { function in class:webrtc::PeerConnectionFactory
240 return channel_manager_->StartRtcEventLog(file);
H A Dpeerconnectioninterface.h582 virtual bool StartRtcEventLog(rtc::PlatformFile file) = 0;
/external/webrtc/talk/session/media/
H A Dchannelmanager.h172 bool StartRtcEventLog(rtc::PlatformFile file);
H A Dchannelmanager.cc563 bool ChannelManager::StartRtcEventLog(rtc::PlatformFile file) { function in class:cricket::ChannelManager
565 Bind(&MediaEngineInterface::StartRtcEventLog, media_engine_.get(), file));
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h105 bool StartRtcEventLog(rtc::PlatformFile file);
H A Dwebrtcvoiceengine.cc1059 bool WebRtcVoiceEngine::StartRtcEventLog(rtc::PlatformFile file) { function in class:cricket::WebRtcVoiceEngine
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1291 return factory->StartRtcEventLog(file);

Completed in 172 milliseconds