Home
last modified time | relevance | path

Searched refs:last_sample_time (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DnsResolver/
Dres_stats.cpp49 int* internal_errors, int* rtt_avg, time_t* last_sample_time) { in android_net_res_stats_aggregate() argument
105 *last_sample_time = last; in android_net_res_stats_aggregate()
117 time_t last_sample_time = 0; in res_stats_usable_server() local
119 &rtt_avg, &last_sample_time); in res_stats_usable_server()
130 if (now - last_sample_time > params->sample_validity) { in res_stats_usable_server()
DResolverStats.h46 time_t last_sample_time{0};
73 cur[STATS_LAST_SAMPLE_TIME] = last_sample_time; in encode()
88 last_sample_time = cur[STATS_LAST_SAMPLE_TIME]; in decode()
DResolverController.cpp142 &cur_stats.rtt_avg, &cur_stats.last_sample_time); in getDnsInfo()
314 int time_delta = (s.last_sample_time > 0) ? now - s.last_sample_time : -1; in dump()
Dstats.h47 int* internal_errors, int* rtt_avg, time_t* last_sample_time);