Searched refs:android_net_res_stats_aggregate (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A 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()
|
H A D | stats.h | 46 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts,
|
H A D | ResolverController.cpp | 140 android_net_res_stats_aggregate(&res_stats[i], &cur_stats.successes, &cur_stats.errors, in getDnsInfo()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_stats.c | 58 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors, in android_net_res_stats_aggregate() function 127 android_net_res_stats_aggregate(stats, &successes, &errors, &timeouts, &internal_errors, in _res_stats_usable_server()
|
/aosp12/bionic/libc/dns/include/ |
H A D | resolv_stats.h | 67 android_net_res_stats_aggregate(struct __res_stats* stats, int* successes, int* errors,
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1777 android_net_res_stats_aggregate;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1777 android_net_res_stats_aggregate;
|