Home
last modified time | relevance | path

Searched refs:last_report (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/media/cast/net/rtcp/
Drtcp.cc150 OnReceivedDelaySinceLastReport(parser.last_report(), in IncomingRtcpPacket()
319 void Rtcp::OnReceivedDelaySinceLastReport(uint32 last_report, in OnReceivedDelaySinceLastReport() argument
321 RtcpSendTimeMap::iterator it = last_reports_sent_map_.find(last_report); in OnReceivedDelaySinceLastReport()
356 uint32 last_report = ConvertToNtpDiff(last_ntp_seconds, last_ntp_fraction); in SaveLastSentNtpTime() local
357 last_reports_sent_map_[last_report] = now; in SaveLastSentNtpTime()
358 last_reports_sent_queue_.push(std::make_pair(last_report, now)); in SaveLastSentNtpTime()
Drtcp_utility.cc144 uint32 ssrc, last_report, delay; in ParseReportBlock() local
147 !reader->ReadU32(&last_report) || in ParseReportBlock()
152 last_report_ = last_report; in ParseReportBlock()
Drtcp_utility.h48 uint32 last_report() const { return last_report_; } in last_report() function
Drtcp.h117 void OnReceivedDelaySinceLastReport(uint32 last_report,
Drtcp_utility_unittest.cc50 EXPECT_EQ(kLastSr, parser.last_report()); in ExpectLastReport()
/external/chromium_org/media/cast/test/utility/
Dnetload.py37 last_report = time.time()
45 delta = now - last_report
49 last_report = now
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_utils.c312 if (this_report[xx] == p_kb->last_report[yy]) in bta_hh_parse_keybd_rpt()
343 memset (p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS); in bta_hh_parse_keybd_rpt()
344 memcpy (p_kb->last_report, p_report, report_len); in bta_hh_parse_keybd_rpt()
Dbta_hh_int.h294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member
/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl_v3.cc249 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in ShouldReportAgain() local
250 Time last_time = Time::FromInternalValue(last_report); in ShouldReportAgain()
251 if (!last_report || (Time::Now() - last_time).InDays() >= 7) { in ShouldReportAgain()
827 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in RestartCache() local
846 stats_.SetCounter(Stats::LAST_REPORT, last_report); in RestartCache()
Dbackend_impl.cc965 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in ShouldReportAgain() local
966 Time last_time = Time::FromInternalValue(last_report); in ShouldReportAgain()
967 if (!last_report || (Time::Now() - last_time).InDays() >= 7) { in ShouldReportAgain()
1466 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); in RestartCache() local
1485 stats_.SetCounter(Stats::LAST_REPORT, last_report); in RestartCache()