Home
last modified time | relevance | path

Searched refs:StopLogging (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/call/
Drtc_event_log.h54 virtual void StopLogging() = 0;
Drtc_event_log.cc45 void StopLogging(void) override {} in StopLogging() function in webrtc::RtcEventLogImpl
73 void StopLogging() override;
255 void RtcEventLogImpl::StopLogging() {
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc192 event_log->StopLogging(); in TEST_F()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc1066 voe_wrapper_->codec()->GetEventLog()->StopLogging(); in StopRtcEventLog()