Searched refs:GetEventLog (Results 1 – 11 of 11) sorted by relevance
61 RtcEventLog* GetEventLog() override;
116 RtcEventLog* GetEventLog() const;
380 RtcEventLog* VoECodecImpl::GetEventLog() { in GetEventLog() function in webrtc::VoECodecImpl381 return _shared->channel_manager().GetEventLog(); in GetEventLog()
133 RtcEventLog* ChannelManager::GetEventLog() const { in GetEventLog() function in webrtc::voe::ChannelManager
137 virtual RtcEventLog* GetEventLog() = 0;
181 webrtc::RtcEventLog* event_log = voe_codec_->GetEventLog(); in TEST_F()
142 MOCK_METHOD0(GetEventLog, RtcEventLog*());
214 event_log_ = voe_codec->GetEventLog(); in Call()
806 codec->GetEventLog()->StartLogging(kDebugFileName, 30000); in RunTest()
396 webrtc::RtcEventLog* GetEventLog() { return nullptr; } in GetEventLog() function
1061 return voe_wrapper_->codec()->GetEventLog()->StartLogging(file); in StartRtcEventLog()1066 voe_wrapper_->codec()->GetEventLog()->StopLogging(); in StopRtcEventLog()