Searched refs:last_report (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/media/cast/net/rtcp/ |
D | rtcp.cc | 150 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()
|
D | rtcp_utility.cc | 144 uint32 ssrc, last_report, delay; in ParseReportBlock() local 147 !reader->ReadU32(&last_report) || in ParseReportBlock() 152 last_report_ = last_report; in ParseReportBlock()
|
D | rtcp_utility.h | 48 uint32 last_report() const { return last_report_; } in last_report() function
|
D | rtcp.h | 117 void OnReceivedDelaySinceLastReport(uint32 last_report,
|
D | rtcp_utility_unittest.cc | 50 EXPECT_EQ(kLastSr, parser.last_report()); in ExpectLastReport()
|
/external/chromium_org/media/cast/test/utility/ |
D | netload.py | 37 last_report = time.time() 45 delta = now - last_report 49 last_report = now
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_utils.c | 312 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()
|
D | bta_hh_int.h | 294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | backend_impl_v3.cc | 249 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()
|
D | backend_impl.cc | 965 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()
|