Searched refs:StartLogging (Results 1 – 6 of 6) sorted by relevance
47 virtual void StartLogging(const std::string& file_name, int duration_ms) = 0;52 virtual bool StartLogging(rtc::PlatformFile log_file) = 0;
43 void StartLogging(const std::string& file_name, int duration_ms) override {} in StartLogging() function in webrtc::RtcEventLogImpl44 bool StartLogging(rtc::PlatformFile log_file) override { return false; } in StartLogging() function in webrtc::RtcEventLogImpl71 void StartLogging(const std::string& file_name, int duration_ms) override;72 bool StartLogging(rtc::PlatformFile log_file) override;190 void RtcEventLogImpl::StartLogging(const std::string& file_name,204 bool RtcEventLogImpl::StartLogging(rtc::PlatformFile log_file) {
504 log_dumper->StartLogging(temp_filename, 10000000); in LogSessionAndReadBack()651 log_dumper->StartLogging(temp_filename, 10000000); in DropOldEvents()
191 event_log->StartLogging(temp_filename, 1000); in TEST_F()
806 codec->GetEventLog()->StartLogging(kDebugFileName, 30000); in RunTest()
1061 return voe_wrapper_->codec()->GetEventLog()->StartLogging(file); in StartRtcEventLog()