HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcRtpDumpHandler (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler.h 16 // WebRtcRtpDumpHandler handles operations regarding the WebRTC RTP dump:
26 class WebRtcRtpDumpHandler {
46 explicit WebRtcRtpDumpHandler(const base::FilePath& dump_dir);
47 ~WebRtcRtpDumpHandler();
126 base::WeakPtrFactory<WebRtcRtpDumpHandler> weak_ptr_factory_;
128 DISALLOW_COPY_AND_ASSIGN(WebRtcRtpDumpHandler);
webrtc_rtp_dump_handler.cc 27 const WebRtcRtpDumpHandler::GenericDoneCallback& callback,
49 WebRtcRtpDumpHandler::WebRtcRtpDumpHandler(const base::FilePath& dump_dir)
57 WebRtcRtpDumpHandler::~WebRtcRtpDumpHandler() {
83 bool WebRtcRtpDumpHandler::StartDump(RtpDumpType type,
134 base::Bind(&WebRtcRtpDumpHandler::OnMaxDumpSizeReached,
141 void WebRtcRtpDumpHandler::StopDump(RtpDumpType type,
172 base::Bind(&WebRtcRtpDumpHandler::OnDumpEnded,
180 bool WebRtcRtpDumpHandler::ReadyToRelease() const
    [all...]
webrtc_rtp_dump_handler_unittest.cc 70 handler_.reset(new WebRtcRtpDumpHandler(
75 base::Bind(&WebRtcRtpDumpHandler::OnMaxDumpSizeReached,
101 scoped_ptr<WebRtcRtpDumpHandler> handler_;
121 WebRtcRtpDumpHandler::ReleasedDumps empty_dumps(handler_->ReleaseDumps());
146 WebRtcRtpDumpHandler::ReleasedDumps dumps(handler_->ReleaseDumps());
168 WebRtcRtpDumpHandler::ReleasedDumps dumps = handler_->ReleaseDumps();
199 scoped_ptr<WebRtcRtpDumpHandler> handlers[6];
202 handlers[i].reset(new WebRtcRtpDumpHandler(base::FilePath()));
333 WebRtcRtpDumpHandler::ReleasedDumps dumps(handler_->ReleaseDumps());
350 WebRtcRtpDumpHandler::ReleasedDumps dumps(handler_->ReleaseDumps())
    [all...]
webrtc_logging_handler_host.h 210 scoped_ptr<WebRtcRtpDumpHandler> rtp_dump_handler_;
webrtc_logging_handler_host.cc 556 WebRtcRtpDumpHandler::ReleasedDumps rtp_dumps(
604 rtp_dump_handler_.reset(new WebRtcRtpDumpHandler(dump_dir));

Completed in 309 milliseconds