Searched refs:cur_stats (Results 1 – 1 of 1) sorted by relevance
139 android::net::ResolverStats& cur_stats = (*stats)[i]; in getDnsInfo() local140 android_net_res_stats_aggregate(&res_stats[i], &cur_stats.successes, &cur_stats.errors, in getDnsInfo()141 &cur_stats.timeouts, &cur_stats.internal_errors, in getDnsInfo()142 &cur_stats.rtt_avg, &cur_stats.last_sample_time); in getDnsInfo()143 cur_stats.usable = valid_servers[i]; in getDnsInfo()