Home
last modified time | relevance | path

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

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