Searched refs:last_sample_time (Results 1 – 4 of 4) sorted by relevance
50 int* internal_errors, int* rtt_avg, time_t* last_sample_time) { in android_net_res_stats_aggregate() argument106 *last_sample_time = last; in android_net_res_stats_aggregate()118 time_t last_sample_time = 0; in res_stats_usable_server() local120 &rtt_avg, &last_sample_time); in res_stats_usable_server()131 if (now - last_sample_time > params->sample_validity) { in res_stats_usable_server()
46 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()
162 &cur_stats.rtt_avg, &cur_stats.last_sample_time); in getDnsInfo()329 int time_delta = (s.last_sample_time > 0) ? now - s.last_sample_time : -1; in dump()
50 time_t* last_sample_time);