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

  /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 294 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member in struct:__anon2994
  /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 938 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT); local
939 Time last_time = Time::FromInternalValue(last_report);
940 if (!last_report || (Time::Now() - last_time).InDays() >= 7) {
941 stats_.SetCounter(Stats::LAST_REPORT, Time::Now().ToInternalValue());
1421 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 177 milliseconds