Home
last modified time | relevance | path

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

/external/webrtc/api/rtc_event_log/
Drtc_event_log.h38 virtual bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
61 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
Drtc_event_log.cc15 bool RtcEventLogNull::StartLogging( in StartLogging() function in webrtc::RtcEventLogNull
/external/webrtc/logging/rtc_event_log/mock/
Dmock_rtc_event_log.h27 StartLogging,
/external/webrtc/logging/rtc_event_log/
Dfake_rtc_event_log.cc25 bool FakeRtcEventLog::StartLogging(std::unique_ptr<RtcEventLogOutput> output, in StartLogging() function in webrtc::FakeRtcEventLog
Dfake_rtc_event_log.h28 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
Drtc_event_log_impl.h43 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
Drtc_event_log_impl.cc83 bool RtcEventLogImpl::StartLogging(std::unique_ptr<RtcEventLogOutput> output, in StartLogging() function in webrtc::RtcEventLogImpl
Drtc_event_log_unittest.cc333 event_log->StartLogging( in WriteLog()
874 log_dumper->StartLogging( in TEST_P()
/external/webrtc/call/
Drampup_tests.cc602 send_event_log_->StartLogging( in RampUpTest()
606 recv_event_log_->StartLogging( in RampUpTest()
/external/webrtc/test/scenario/
Dcall_client.cc83 bool success = event_log->StartLogging(log_writer_factory->Create(".rtc.dat"), in CreateEventLog()
/external/webrtc/video/
Dvideo_quality_test.cc1226 send_event_log_->StartLogging(std::move(send_output), in RunWithAnalyzer()
1228 recv_event_log_->StartLogging(std::move(recv_output), in RunWithAnalyzer()
1450 send_event_log_->StartLogging(std::move(send_output), in RunWithRenderers()
1452 recv_event_log_->StartLogging(std::move(recv_output), in RunWithRenderers()
/external/webrtc/pc/
Dpeer_connection.cc5757 return event_log_->StartLogging(std::move(output), output_period_ms); in StartRtcEventLog_w()