Searched refs:android_net_res_stats_aggregate (Results 1 – 3 of 3) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_stats.cpp | 48 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts, in android_net_res_stats_aggregate() function 118 android_net_res_stats_aggregate(stats, &successes, &errors, &timeouts, &internal_errors, in res_stats_usable_server()
|
D | stats.h | 46 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts,
|
D | ResolverController.cpp | 140 android_net_res_stats_aggregate(&res_stats[i], &cur_stats.successes, &cur_stats.errors, in getDnsInfo()
|