HomeSort by relevance Sort by last modified time
    Searched defs:last_report (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/cast/net/rtcp/
rtcp_utility.cc 144 uint32 ssrc, last_report, delay; local
147 !reader->ReadU32(&last_report) ||
152 last_report_ = last_report;
rtcp_utility.h 48 uint32 last_report() const { return last_report_; } function in class:media::cast::RtcpParser
rtcp.cc 150 OnReceivedDelaySinceLastReport(parser.last_report(),
319 void Rtcp::OnReceivedDelaySinceLastReport(uint32 last_report,
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/
bta_hh_int.h 294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member in struct:__anon5252
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.cc 249 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) {
252 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
827 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
846 stats_.SetCounter(Stats::LAST_REPORT, last_report);
    [all...]
backend_impl.cc 965 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) {
968 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1466 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
    [all...]

Completed in 4009 milliseconds