Searched refs:RtcEventLog (Results 1 – 21 of 21) sorted by relevance
/external/webrtc/webrtc/call/ |
D | rtc_event_log.h | 33 class RtcEventLog { 35 virtual ~RtcEventLog() {} in ~RtcEventLog() 37 static rtc::scoped_ptr<RtcEventLog> Create();
|
D | rtc_event_log.cc | 40 class RtcEventLogImpl final : public RtcEventLog { 66 class RtcEventLogImpl final : public RtcEventLog { 500 bool RtcEventLog::ParseRtcEventLog(const std::string& file_name, 519 rtc::scoped_ptr<RtcEventLog> RtcEventLog::Create() { in Create() 520 return rtc::scoped_ptr<RtcEventLog>(new RtcEventLogImpl()); in Create()
|
D | rtc_event_log_unittest.cc | 474 rtc::scoped_ptr<RtcEventLog> log_dumper(RtcEventLog::Create()); in LogSessionAndReadBack() 512 ASSERT_TRUE(RtcEventLog::ParseRtcEventLog(temp_filename, &parsed_stream)); in LogSessionAndReadBack() 640 rtc::scoped_ptr<RtcEventLog> log_dumper(RtcEventLog::Create()); in DropOldEvents() 661 ASSERT_TRUE(RtcEventLog::ParseRtcEventLog(temp_filename, &parsed_stream)); in DropOldEvents()
|
D | rtc_event_log2rtp_dump.cc | 98 if (!webrtc::RtcEventLog::ParseRtcEventLog(input_file, &event_stream)) { in main()
|
D | call.cc | 150 RtcEventLog* event_log_ = nullptr;
|
/external/webrtc/webrtc/modules/bitrate_controller/ |
D | send_side_bandwidth_estimation.h | 23 class RtcEventLog; variable 48 void SetEventLog(RtcEventLog* event_log); 89 RtcEventLog* event_log_;
|
D | bitrate_controller_impl.h | 44 void SetEventLog(RtcEventLog* event_log) override;
|
D | bitrate_controller_impl.cc | 132 void BitrateControllerImpl::SetEventLog(RtcEventLog* event_log) { in SetEventLog()
|
D | send_side_bandwidth_estimation.cc | 287 void SendSideBandwidthEstimation::SetEventLog(RtcEventLog* event_log) { in SetEventLog()
|
/external/webrtc/webrtc/modules/bitrate_controller/include/ |
D | bitrate_controller.h | 26 class RtcEventLog; variable 60 virtual void SetEventLog(RtcEventLog* event_log) = 0;
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 38 class RtcEventLog; variable 137 virtual RtcEventLog* GetEventLog() = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_manager.h | 116 RtcEventLog* GetEventLog() const; 130 rtc::scoped_ptr<RtcEventLog> event_log_;
|
D | channel_manager.cc | 53 event_log_(RtcEventLog::Create()) {} in ChannelManager() 133 RtcEventLog* ChannelManager::GetEventLog() const { in GetEventLog()
|
D | channel.h | 56 class RtcEventLog; variable 179 RtcEventLog* const event_log, 183 RtcEventLog* const event_log, 504 RtcEventLog* const event_log_;
|
D | voe_codec_impl.h | 61 RtcEventLog* GetEventLog() override;
|
D | voe_codec_impl.cc | 380 RtcEventLog* VoECodecImpl::GetEventLog() { in GetEventLog()
|
D | channel.cc | 723 RtcEventLog* const event_log, in CreateChannel() 804 RtcEventLog* const event_log, in Channel()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | rtc_event_log_source.cc | 124 return RtcEventLog::ParseRtcEventLog(file_name, event_log_.get()); in OpenFile()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_test.cc | 181 webrtc::RtcEventLog* event_log = voe_codec_->GetEventLog(); in TEST_F()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 142 MOCK_METHOD0(GetEventLog, RtcEventLog*());
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 396 webrtc::RtcEventLog* GetEventLog() { return nullptr; } in GetEventLog()
|