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

/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_utility.cc144 uint32 ssrc, last_report, delay; local
147 !reader->ReadU32(&last_report) ||
152 last_report_ = last_report;
H A Drtcp_utility.h48 uint32 last_report() const { return last_report_; } function in class:media::cast::RtcpParser
H A Drtcp.cc150 OnReceivedDelaySinceLastReport(parser.last_report(),
319 void Rtcp::OnReceivedDelaySinceLastReport(uint32 last_report, argument
321 RtcpSendTimeMap::iterator it = last_reports_sent_map_.find(last_report);
356 uint32 last_report = ConvertToNtpDiff(last_ntp_seconds, last_ntp_fraction); local
357 last_reports_sent_map_[last_report] = now;
358 last_reports_sent_queue_.push(std::make_pair(last_report, now));
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member in struct:__anon627
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc249 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
250 Time last_time = Time::FromInternalValue(last_report);
251 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
827 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
846 stats_.SetCounter(Stats::LAST_REPORT, last_report);
H A Dbackend_impl.cc965 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
966 Time last_time = Time::FromInternalValue(last_report);
967 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
1466 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
1485 stats_.SetCounter(Stats::LAST_REPORT, last_report);

Completed in 132 milliseconds