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

  /external/chromium_org/media/cast/rtcp/
mock_rtcp_receiver_feedback.h 42 uint32 last_report,
rtcp.cc 33 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));
rtcp_receiver.h 39 uint32 last_report,
rtcp.h 126 uint32 last_report,
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 310 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);
bta_hh_int.h 297 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member in struct:__anon2995
  /external/chromium/net/disk_cache/
backend_impl.cc 1057 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) {
1060 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1455 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 906 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) {
909 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1384 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 325 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) {
328 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
896 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
915 stats_.SetCounter(Stats::LAST_REPORT, last_report);
    [all...]

Completed in 66 milliseconds