Searched refs:cur_stats (Results 1 – 1 of 1) sorted by relevance
159 android::net::ResolverStats& cur_stats = (*stats)[i]; in getDnsInfo() local160 android_net_res_stats_aggregate(&res_stats[i], &cur_stats.successes, &cur_stats.errors, in getDnsInfo()161 &cur_stats.timeouts, &cur_stats.internal_errors, in getDnsInfo()162 &cur_stats.rtt_avg, &cur_stats.last_sample_time); in getDnsInfo()163 cur_stats.usable = valid_servers[i]; in getDnsInfo()