Searched defs:last_report (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h165 UINT8 last_report[BTA_HH_MAX_RPT_CHARS]; member in struct:__anon523
/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);

Completed in 81 milliseconds