Home
last modified time | relevance | path

Searched defs:timeouts (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DnsResolver/
Dres_stats.cpp48 void android_net_res_stats_aggregate(res_stats* stats, int* successes, int* errors, int* timeouts, in android_net_res_stats_aggregate()
114 int timeouts = -1; in res_stats_usable_server() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp187 std::vector<TimeoutLength> timeouts = {TimeoutLength::TIMEOUT_CRITICAL}; in unregisterCarWatchdogService() local
447 Status WatchdogProcessService::unregisterClientLocked(const std::vector<TimeoutLength>& timeouts, in unregisterClientLocked()
482 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength> timeouts, in findClientAndProcessLocked()
500 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength> timeouts, in findClientAndProcessLocked()
536 std::vector<TimeoutLength> timeouts = {timeout}; in dumpAndKillClientsIfNotResponding() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallRecordingTonePlayer.java123 Timeouts.Adapter timeouts, in CallRecordingTonePlayer()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp171 int timeouts = 0; member