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

  /external/webrtc/talk/media/base/
mediaengine.h 112 virtual bool StartRtcEventLog(rtc::PlatformFile file) = 0;
196 virtual bool StartRtcEventLog(rtc::PlatformFile file) {
197 return voice_.StartRtcEventLog(file);
fakemediaengine.h 769 bool StartRtcEventLog(rtc::PlatformFile file) { return false; }
  /external/webrtc/talk/app/webrtc/
peerconnectionfactoryproxy.h 67 PROXY_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile)
peerconnectionfactory.h 87 bool StartRtcEventLog(rtc::PlatformFile file) override;
peerconnectionfactory.cc 238 bool PeerConnectionFactory::StartRtcEventLog(rtc::PlatformFile file) {
240 return channel_manager_->StartRtcEventLog(file);
peerconnectioninterface.h 582 virtual bool StartRtcEventLog(rtc::PlatformFile file) = 0;
  /external/webrtc/talk/session/media/
channelmanager.h 172 bool StartRtcEventLog(rtc::PlatformFile file);
channelmanager.cc 563 bool ChannelManager::StartRtcEventLog(rtc::PlatformFile file) {
565 Bind(&MediaEngineInterface::StartRtcEventLog, media_engine_.get(), file));
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 105 bool StartRtcEventLog(rtc::PlatformFile file);
webrtcvoiceengine.cc     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 225 milliseconds