Home
last modified time | relevance | path

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

12345

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPerPackageReadTimeouts.java62 static Timeouts parse(String timeouts) { in parse()
124 public final Timeouts timeouts; field in PerPackageReadTimeouts
127 VersionCodes versionCodes, Timeouts timeouts) { in PerPackageReadTimeouts()
140 Timeouts timeouts = defaultTimeouts; in parse() local
179 PerPackageReadTimeouts timeouts = PerPackageReadTimeouts.parse(packages[i], in parseDigestersList() local
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream_timeout_tracker.cc23 const Timeouts& timeouts, in VideoReceiveStreamTimeoutTracker()
93 void VideoReceiveStreamTimeoutTracker::SetTimeouts(Timeouts timeouts) { in SetTimeouts()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.cc620 void HostCallback(void *data, int status, int timeouts, in HostCallback()
697 void AddrInfoCallback(void *data, int status, int timeouts, in AddrInfoCallback()
719 void SearchCallback(void *data, int status, int timeouts, in SearchCallback()
741 void NameInfoCallback(void *data, int status, int timeouts, in NameInfoCallback()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp342 std::vector<TimeoutLength> timeouts = {TimeoutLength::TIMEOUT_CRITICAL}; in unregisterCarWatchdogService() local
817 const std::vector<TimeoutLength>& timeouts, const SpAIBinder& binder, in unregisterClientLocked()
856 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength>& timeouts, in findClientAndProcessLocked()
862 bool WatchdogProcessService::findClientAndProcessLocked(const std::vector<TimeoutLength>& timeouts, in findClientAndProcessLocked()
902 std::vector<TimeoutLength> timeouts = {timeout}; in dumpAndKillClientsIfNotResponding() local
/aosp_15_r20/bionic/libc/dns/resolv/
H A Dres_stats.c59 int* timeouts, int* internal_errors, int* rtt_avg, time_t* last_sample_time) in android_net_res_stats_aggregate()
123 int timeouts = -1; in _res_stats_usable_server() local
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_gethostbyaddr.c47 int timeouts; member
130 static void addr_callback(void *arg, int status, int timeouts, in addr_callback()
Dares_search.c38 int timeouts; /* number of timeouts we saw for this request */ member
143 static void search_callback(void *arg, int status, int timeouts, in search_callback()
Dares_getnameinfo.c55 int timeouts; member
190 static void nameinfo_callback(void *arg, int status, int timeouts, in nameinfo_callback()
Dares_getaddrinfo.c69 int timeouts; /* number of timeouts we saw for this request */ member
566 static void host_callback(void *arg, int status, int timeouts, in host_callback()
Dares_query.c107 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen) in qcallback()
Dares_gethostbyname.c56 static void ares_gethostbyname_callback(void *arg, int status, int timeouts, in ares_gethostbyname_callback()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/tools/
Dacountry.c225 static void callback(void *arg, int status, int timeouts, struct hostent *host) in callback()
255 static void callback2(void *arg, int status, int timeouts, struct hostent *host) in callback2()
Dahost.c176 static void callback(void *arg, int status, int timeouts, struct hostent *host) in callback()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DGeneratedMonitorTest.java131 final ImmutableList<Timeout> timeouts; field in GeneratedMonitorTest.TimeoutsToUse
133 TimeoutsToUse(Timeout... timeouts) { in TimeoutsToUse()
/aosp_15_r20/external/curl/lib/
H A Dasyn-ares.c565 int timeouts, in query_completed_cb()
733 static void addrinfo_cb(void *arg, int status, int timeouts, in addrinfo_cb()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DGeneratedMonitorTest.java134 final ImmutableList<Timeout> timeouts; field in GeneratedMonitorTest.TimeoutsToUse
136 TimeoutsToUse(Timeout... timeouts) { in TimeoutsToUse()
/aosp_15_r20/external/grpc-grpc/fuzztest/core/transport/chttp2/
H A Dhpack_encoder_timeout_test.cc36 void EncodeTimeouts(std::vector<uint32_t> timeouts) { in EncodeTimeouts()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-dbus.h55 char timeouts; member
/aosp_15_r20/packages/modules/Virtualization/libs/libcompos_common/
Dlib.rs22 pub mod timeouts; module
/aosp_15_r20/external/googleapis/google/devtools/remoteworkers/v1test2/
H A Dcommand.proto141 Timeouts timeouts = 5; field
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DCallRecordingTonePlayer.java123 Timeouts.Adapter timeouts, in CallRecordingTonePlayer()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h212 TimeoutConfig timeouts() const { return timeouts_; } in timeouts() function
H A Dgcs_file_system.cc426 GcsFileSystem::TimeoutConfig* timeouts, in GcsWritableFile()
460 GcsFileSystem::TimeoutConfig* timeouts, in GcsWritableFile()
941 TimeoutConfig timeouts, const std::unordered_set<string>& allowed_locations, in GcsFileSystem()
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius_client.h129 u32 timeouts; member

12345