Home
last modified time | relevance | path

Searched defs:last_report (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/media/cast/net/rtcp/
Drtcp.cc319 void Rtcp::OnReceivedDelaySinceLastReport(uint32 last_report, in OnReceivedDelaySinceLastReport()
356 uint32 last_report = ConvertToNtpDiff(last_ntp_seconds, last_ntp_fraction); in SaveLastSentNtpTime() local
Drtcp_utility.h48 uint32 last_report() const { return last_report_; } in last_report() function
Drtcp_utility.cc144 uint32 ssrc, last_report, delay; in ParseReportBlock() local
/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl_v3.cc249 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in ShouldReportAgain() local
827 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in RestartCache() local
Dbackend_impl.cc965 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in ShouldReportAgain() local
1466 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in RestartCache() local
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_int.h294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member