Searched refs:StopRtpDump (Results 1 – 6 of 6) sorted by relevance
33 namespace StopRtpDump = api::webrtc_logging_private::StopRtpDump;336 scoped_ptr<StopRtpDump::Params> params(StopRtpDump::Params::Create(*args_)); in RunAsync()362 base::Bind(&WebRtcLoggingHandlerHost::StopRtpDump, in RunAsync()
91 void StopRtpDump(RtpDumpType type, const GenericDoneCallback& callback);
260 void WebRtcLoggingHandlerHost::StopRtpDump( in StopRtpDump() function in WebRtcLoggingHandlerHost
89 void StopRtpDump(bool incoming, bool outgoing);
351 it->second->StopRtpDump(incoming, outgoing); in StopRtpDumpOnIOThread()
597 void P2PSocketHost::StopRtpDump(bool incoming, bool outgoing) { in StopRtpDump() function in content::P2PSocketHost