Home
last modified time | relevance | path

Searched refs:log_writer (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/test/logging/
DBUILD.gn11 rtc_library("log_writer") {
17 "log_writer.cc",
18 "log_writer.h",
/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc192 std::unique_ptr<RtcEventLogOutput> log_writer) { in AttachWriter() argument
193 if (log_writer) { in AttachWriter()
194 log_writer_ = std::move(log_writer); in AttachWriter()
Dgoog_cc_printer.h66 void AttachWriter(std::unique_ptr<RtcEventLogOutput> log_writer);
/external/webrtc/test/scenario/
DBUILD.gn20 "../logging:log_writer",
142 "../logging:log_writer",
183 "../logging:log_writer",
/external/webrtc/test/peer_scenario/
DBUILD.gn51 "../logging:log_writer",
/external/webrtc/modules/congestion_controller/goog_cc/
DBUILD.gn253 "../../../test/logging:log_writer",