Home
last modified time | relevance | path

Searched defs:StopLogging (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/rtc_event_log/
Drtc_event_log.h49 virtual void StopLogging(std::function<void()> callback) { in StopLogging() function
63 void StopLogging() override {} in StopLogging() function
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc115 void RtcEventLogImpl::StopLogging() { in StopLogging() function in webrtc::RtcEventLogImpl
127 void RtcEventLogImpl::StopLogging(std::function<void()> callback) { in StopLogging() function in webrtc::RtcEventLogImpl
Dfake_rtc_event_log.cc26 void FakeRtcEventLog::StopLogging() {} in StopLogging() function in webrtc::FakeRtcEventLog