Searched refs:StartLogging (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/api/rtc_event_log/ |
D | rtc_event_log.h | 38 virtual bool StartLogging(std::unique_ptr<RtcEventLogOutput> output, 61 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
|
D | rtc_event_log.cc | 15 bool RtcEventLogNull::StartLogging( in StartLogging() function in webrtc::RtcEventLogNull
|
/external/webrtc/logging/rtc_event_log/mock/ |
D | mock_rtc_event_log.h | 27 StartLogging,
|
/external/webrtc/logging/rtc_event_log/ |
D | fake_rtc_event_log.cc | 25 bool FakeRtcEventLog::StartLogging(std::unique_ptr<RtcEventLogOutput> output, in StartLogging() function in webrtc::FakeRtcEventLog
|
D | fake_rtc_event_log.h | 28 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
|
D | rtc_event_log_impl.h | 43 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
|
D | rtc_event_log_impl.cc | 83 bool RtcEventLogImpl::StartLogging(std::unique_ptr<RtcEventLogOutput> output, in StartLogging() function in webrtc::RtcEventLogImpl
|
D | rtc_event_log_unittest.cc | 333 event_log->StartLogging( in WriteLog() 874 log_dumper->StartLogging( in TEST_P()
|
/external/webrtc/call/ |
D | rampup_tests.cc | 602 send_event_log_->StartLogging( in RampUpTest() 606 recv_event_log_->StartLogging( in RampUpTest()
|
/external/webrtc/test/scenario/ |
D | call_client.cc | 83 bool success = event_log->StartLogging(log_writer_factory->Create(".rtc.dat"), in CreateEventLog()
|
/external/webrtc/video/ |
D | video_quality_test.cc | 1226 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/ |
D | peer_connection.cc | 5757 return event_log_->StartLogging(std::move(output), output_period_ms); in StartRtcEventLog_w()
|