Home
last modified time | relevance | path

Searched defs:timeouts (Results 1 – 5 of 5) 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/watchdog/server/src/
DWatchdogProcessService.cpp112 std::vector<TimeoutLength> timeouts = {TimeoutLength::TIMEOUT_CRITICAL}; in unregisterMediator() local
401 Status WatchdogProcessService::unregisterClientLocked(const std::vector<TimeoutLength>& timeouts, in unregisterClientLocked()
438 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength> timeouts, in findClientAndProcessLocked()
476 std::vector<TimeoutLength> timeouts = {timeout}; in dumpAndKillClientsIfNotResponding() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DTimeoutPreferenceControllerTest.java149 final CharSequence[] timeouts = {"15000", "30000", "60000", "120000", "300000", "600000"}; in updateState_selectedTimeoutLargerThanAdminMax_shouldSetSummaryToUpdatedPrefValue() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallRecordingTonePlayer.java123 Timeouts.Adapter timeouts, in CallRecordingTonePlayer()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp141 int timeouts = 0; member