Searched refs:timeouts (Results 1 – 7 of 7) sorted by relevance
/system/netd/resolv/ |
D | res_stats.cpp | 49 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts, in android_net_res_stats_aggregate() argument 90 *timeouts = t; in android_net_res_stats_aggregate() 115 int timeouts = -1; in res_stats_usable_server() local 119 android_net_res_stats_aggregate(stats, &successes, &errors, &timeouts, &internal_errors, in res_stats_usable_server() 121 if (successes >= 0 && errors >= 0 && timeouts >= 0) { in res_stats_usable_server() 122 int total = successes + errors + timeouts; in res_stats_usable_server() 124 << timeouts << " + I " << internal_errors << " = " << total in res_stats_usable_server() 126 if (total >= params->min_samples && (errors > 0 || timeouts > 0)) { in res_stats_usable_server()
|
D | ResolverStats.h | 43 int timeouts{-1}; 70 cur[STATS_TIMEOUTS] = timeouts; in encode() 85 timeouts = cur[STATS_TIMEOUTS]; in decode()
|
D | ResolverController.cpp | 161 &cur_stats.timeouts, &cur_stats.internal_errors, in getDnsInfo() 327 int total = s.successes + s.errors + s.timeouts + s.internal_errors; in dump() 331 total, s.successes, s.errors, s.timeouts, s.internal_errors, in dump()
|
D | stats.proto | 223 * in DnsQueryEvents to enable computing error rates and network latency and timeouts
|
D | resolver_test.cpp | 1166 EXPECT_EQ(1, res_stats[0].timeouts); in TEST_F()
|
/system/netd/resolv/include/netd_resolv/ |
D | stats.h | 48 int* errors, int* timeouts,
|
/system/bt/doc/ |
D | power_management.md | 81 and timeouts of HCI requests (via `bta_dm_pm_btm_status`). 195 Timers are used exclusively for handling HCI command timeouts, and filter
|