Searched refs:sendReport (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/sender/
H A Dcrash_report_sender.h94 - (IBAction)sendReport:(id)sender;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h106 int64_t SendTimeOfSendReport(uint32_t sendReport);
H A Drtcp_sender.cc430 int64_t RTCPSender::SendTimeOfSendReport(uint32_t sendReport) { argument
434 if ((last_send_report_[0] == 0) || (sendReport == 0)) {
438 if (last_send_report_[i] == sendReport)

Completed in 333 milliseconds