Searched refs:RtpDumpType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Drtp_dump_type.h10 enum RtpDumpType { RTP_DUMP_INCOMING, RTP_DUMP_OUTGOING, RTP_DUMP_BOTH }; enum
H A Dwebrtc_rtp_dump_handler.h52 bool StartDump(RtpDumpType type, std::string* error_message);
58 void StopDump(RtpDumpType type, const GenericDoneCallback& callback);
108 RtpDumpType ended_type,
H A Dwebrtc_rtp_dump_writer.h58 virtual void EndDump(RtpDumpType type,
79 EndDumpContext(RtpDumpType type, const EndDumpCallback& callback);
82 RtpDumpType type;
H A Dwebrtc_logging_handler_host.h82 void StartRtpDump(RtpDumpType type,
91 void StopRtpDump(RtpDumpType type, const GenericDoneCallback& callback);
161 void CreateRtpDumpHandlerAndStart(RtpDumpType type,
167 void DoStartRtpDump(RtpDumpType type, GenericDoneCallback* callback);
H A Dwebrtc_rtp_dump_handler.cc39 bool DumpTypeContainsIncoming(RtpDumpType type) {
43 bool DumpTypeContainsOutgoing(RtpDumpType type) {
83 bool WebRtcRtpDumpHandler::StartDump(RtpDumpType type,
141 void WebRtcRtpDumpHandler::StopDump(RtpDumpType type,
250 RtpDumpType type =
285 RtpDumpType type =
294 RtpDumpType ended_type,
H A Dwebrtc_logging_handler_host.cc233 RtpDumpType type,
261 RtpDumpType type,
601 RtpDumpType type,
615 void WebRtcLoggingHandlerHost::DoStartRtpDump(RtpDumpType type,
H A Dwebrtc_rtp_dump_handler_unittest.cc40 virtual void EndDump(RtpDumpType type,
107 RtpDumpType types[3];
H A Dwebrtc_rtp_dump_writer.cc316 void WebRtcRtpDumpWriter::EndDump(RtpDumpType type,
341 RtpDumpType type,
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api.cc287 RtpDumpType type =
344 RtpDumpType type =

Completed in 122 milliseconds