Home
last modified time | relevance | path

Searched refs:RtcEventLogOutput (Results 1 – 25 of 32) sorted by relevance

12

/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc25 void WriteTypedValue(RtcEventLogOutput* out, int value) { in WriteTypedValue()
28 void WriteTypedValue(RtcEventLogOutput* out, double value) { in WriteTypedValue()
31 void WriteTypedValue(RtcEventLogOutput* out, absl::optional<DataRate> value) { in WriteTypedValue()
34 void WriteTypedValue(RtcEventLogOutput* out, absl::optional<DataSize> value) { in WriteTypedValue()
37 void WriteTypedValue(RtcEventLogOutput* out, absl::optional<TimeDelta> value) { in WriteTypedValue()
40 void WriteTypedValue(RtcEventLogOutput* out, absl::optional<Timestamp> value) { in WriteTypedValue()
50 void WriteValue(RtcEventLogOutput* out) override { in WriteValue()
135 void GoogCcStatePrinter::PrintHeaders(RtcEventLogOutput* log) { in PrintHeaders()
146 void GoogCcStatePrinter::PrintState(RtcEventLogOutput* log, in PrintState()
192 std::unique_ptr<RtcEventLogOutput> log_writer) { in AttachWriter()
Dgoog_cc_printer.h31 virtual void WriteValue(RtcEventLogOutput* out) = 0;
41 void PrintHeaders(RtcEventLogOutput* log);
42 void PrintState(RtcEventLogOutput* log,
66 void AttachWriter(std::unique_ptr<RtcEventLogOutput> log_writer);
71 std::unique_ptr<RtcEventLogOutput> log_writer_;
/external/webrtc/test/logging/
Dlog_writer.h24 inline void LogWriteFormat(RtcEventLogOutput* out_, const char* fmt, ...) { in LogWriteFormat()
45 virtual std::unique_ptr<RtcEventLogOutput> Create(std::string filename) = 0;
53 std::unique_ptr<RtcEventLogOutput> Create(std::string filename) override;
Dfile_log_writer.h22 class FileLogWriter final : public RtcEventLogOutput {
39 std::unique_ptr<RtcEventLogOutput> Create(std::string filename) override;
Dmemory_log_writer.cc19 class MemoryLogWriter final : public RtcEventLogOutput {
50 std::unique_ptr<RtcEventLogOutput> Create(std::string filename) override { in Create()
Dlog_writer.cc19 std::unique_ptr<RtcEventLogOutput> LogWriterFactoryAddPrefix::Create( in Create()
Dfile_log_writer.cc59 std::unique_ptr<RtcEventLogOutput> FileLogWriterFactory::Create( in Create()
/external/webrtc/api/
Drtc_event_log_output.h19 class RtcEventLogOutput {
21 virtual ~RtcEventLogOutput() = default;
Dpeer_connection_proxy.h138 std::unique_ptr<RtcEventLogOutput>,
140 PROXY_METHOD1(bool, StartRtcEventLog, std::unique_ptr<RtcEventLogOutput>)
Drtc_event_log_output_file.h24 class RtcEventLogOutputFile final : public RtcEventLogOutput {
/external/webrtc/test/scenario/
Dstats_collection.h36 RtcEventLogOutput* writer);
48 std::unique_ptr<RtcEventLogOutput> writer = nullptr);
61 const std::unique_ptr<RtcEventLogOutput> writer_;
Dcolumn_printer.h47 StatesPrinter(std::unique_ptr<RtcEventLogOutput> writer,
55 const std::unique_ptr<RtcEventLogOutput> writer_;
Dstats_collection.cc22 std::unique_ptr<RtcEventLogOutput> writer) in VideoQualityAnalyzer()
79 RtcEventLogOutput* writer) { in HandleFramePair()
Dcolumn_printer.cc37 StatesPrinter::StatesPrinter(std::unique_ptr<RtcEventLogOutput> writer, in StatesPrinter()
Dcall_client.h114 std::unique_ptr<RtcEventLogOutput> GetLogWriter(std::string name);
Dscenario.h147 std::unique_ptr<RtcEventLogOutput> GetLogWriter(std::string name) { in GetLogWriter()
/external/webrtc/api/rtc_event_log/
Drtc_event_log.h38 virtual bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
61 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
Drtc_event_log.cc16 std::unique_ptr<RtcEventLogOutput> /*output*/, in StartLogging() argument
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.h43 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
74 std::unique_ptr<RtcEventLogOutput> event_output_ RTC_GUARDED_BY(*task_queue_);
Dfake_rtc_event_log.cc25 bool FakeRtcEventLog::StartLogging(std::unique_ptr<RtcEventLogOutput> output, in StartLogging()
Dfake_rtc_event_log.h28 bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
/external/webrtc/logging/rtc_event_log/mock/
Dmock_rtc_event_log.h28 (std::unique_ptr<RtcEventLogOutput> output,
/external/webrtc/api/test/
Dmock_peerconnectioninterface.h187 (std::unique_ptr<RtcEventLogOutput>, int64_t),
191 (std::unique_ptr<RtcEventLogOutput>),
Ddummy_peer_connection.h230 bool StartRtcEventLog(std::unique_ptr<RtcEventLogOutput> output, in StartRtcEventLog()
234 bool StartRtcEventLog(std::unique_ptr<RtcEventLogOutput> output) override { in StartRtcEventLog()
/external/webrtc/pc/test/
Dfake_peer_connection_base.h222 bool StartRtcEventLog(std::unique_ptr<RtcEventLogOutput> output, in StartRtcEventLog()
227 bool StartRtcEventLog(std::unique_ptr<RtcEventLogOutput> output) override { in StartRtcEventLog()

12