Searched refs:last_report (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/cast/rtcp/
H A Dmock_rtcp_receiver_feedback.h42 uint32 last_report,
H A Drtcp.cc33 uint32 last_report,
36 last_report,
397 uint32 last_report,
399 RtcpSendTimeMap::iterator it = last_reports_sent_map_.find(last_report);
418 uint32 last_report = ConvertToNtpDiff(last_ntp_seconds, last_ntp_fraction); local
419 last_reports_sent_map_[last_report] = now;
420 last_reports_sent_queue_.push(std::make_pair(last_report, now));
396 OnReceivedDelaySinceLastReport(uint32 receivers_ssrc, uint32 last_report, uint32 delay_since_last_report) argument
H A Drtcp_receiver.h39 uint32 last_report,
H A Drtcp.h126 uint32 last_report,
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c310 if (this_report[xx] == p_kb->last_report[yy])
341 memset (p_kb->last_report, 0, BTA_HH_MAX_RPT_CHARS);
342 memcpy (p_kb->last_report, p_report, report_len);
H A Dbta_hh_int.h297 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member in struct:__anon589
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc1057 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
1058 Time last_time = Time::FromInternalValue(last_report);
1059 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
1455 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
1474 stats_.SetCounter(Stats::LAST_REPORT, last_report);
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.cc906 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
907 Time last_time = Time::FromInternalValue(last_report);
908 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
1384 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
1403 stats_.SetCounter(Stats::LAST_REPORT, last_report);
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.cc325 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
326 Time last_time = Time::FromInternalValue(last_report);
327 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
896 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
915 stats_.SetCounter(Stats::LAST_REPORT, last_report);

Completed in 187 milliseconds