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/
Dfake_rtc_event_log.cc21 bool FakeRtcEventLog::StartLogging(std::unique_ptr<RtcEventLogOutput> output, in StartLogging() function in webrtc::FakeRtcEventLog
Dfake_rtc_event_log.h29 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
Drtc_event_log_impl.h45 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.cc340 event_log->StartLogging(log_output_factory_->Create(temp_filename_), in WriteLog()
934 log->StartLogging(log_output_factory_->Create(temp_filename), in TEST_P()
/external/webrtc/logging/rtc_event_log/mock/
Dmock_rtc_event_log.h27 StartLogging,
/external/webrtc/call/
Drampup_tests.cc618 send_event_log_->StartLogging( in RampUpTest()
622 recv_event_log_->StartLogging( in RampUpTest()
/external/webrtc/test/scenario/
Dcall_client.cc88 bool success = event_log->StartLogging(log_writer_factory->Create(".rtc.dat"), in CreateEventLog()
/external/webrtc/video/
Dvideo_quality_test.cc1233 send_event_log_->StartLogging(std::move(send_output), in RunWithAnalyzer()
1235 recv_event_log_->StartLogging(std::move(recv_output), in RunWithAnalyzer()
1456 send_event_log_->StartLogging(std::move(send_output), in RunWithRenderers()
1458 recv_event_log_->StartLogging(std::move(recv_output), in RunWithRenderers()
/external/webrtc/pc/
Dpeer_connection.cc2203 return event_log_->StartLogging(std::move(output), output_period_ms); in StartRtcEventLog_w()