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

/external/clang/tools/scan-view/share/
H A DScanView.py493 def send_report(self, report, configOverrides=None): member in class:ScanViewRequestHandler
662 return self.send_report(components[1])
681 return self.send_report(None, overrides)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h305 int64_t SendTimeOfSendReport(uint32_t send_report);
H A Drtp_rtcp_impl.cc901 const uint32_t send_report) {
902 return rtcp_sender_.SendTimeOfSendReport(send_report);
900 SendTimeOfSendReport( const uint32_t send_report) argument

Completed in 259 milliseconds