Home
last modified time | relevance | path

Searched refs:RtcEventLogImpl (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/call/
Drtc_event_log.cc40 class RtcEventLogImpl final : public RtcEventLog { class
66 class RtcEventLogImpl final : public RtcEventLog {
68 RtcEventLogImpl();
175 RtcEventLogImpl::RtcEventLogImpl()
185 void RtcEventLogImpl::SetBufferDuration(int64_t buffer_duration_us) {
190 void RtcEventLogImpl::StartLogging(const std::string& file_name,
204 bool RtcEventLogImpl::StartLogging(rtc::PlatformFile log_file) {
230 void RtcEventLogImpl::StartLoggingLocked() {
255 void RtcEventLogImpl::StopLogging() {
260 void RtcEventLogImpl::LogVideoReceiveStreamConfig(
[all …]
Drtc_event_log.h29 class RtcEventLogImpl; variable