OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_report
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/cast/rtcp/
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));
/external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h
297
UINT8
last_report
[BTA_HH_MAX_RPT_CHARS];
member in struct:__anon279
/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
...]
/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
...]
Completed in 60 milliseconds