Home
last modified time | relevance | path

Searched refs:last_sample_time (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/DnsResolver/
H A Dres_stats.cpp49 int* internal_errors, int* rtt_avg, time_t* last_sample_time) { in android_net_res_stats_aggregate() argument
105 *last_sample_time = last; in android_net_res_stats_aggregate()
117 time_t last_sample_time = 0; in res_stats_usable_server() local
119 &rtt_avg, &last_sample_time); in res_stats_usable_server()
130 if (now - last_sample_time > params->sample_validity) { in res_stats_usable_server()
H A DResolverStats.h46 time_t last_sample_time{0};
73 cur[STATS_LAST_SAMPLE_TIME] = last_sample_time; in encode()
88 last_sample_time = cur[STATS_LAST_SAMPLE_TIME]; in decode()
H A Dstats.h47 int* internal_errors, int* rtt_avg, time_t* last_sample_time);
H A DResolverController.cpp142 &cur_stats.rtt_avg, &cur_stats.last_sample_time); in getDnsInfo()
314 int time_delta = (s.last_sample_time > 0) ? now - s.last_sample_time : -1; in dump()
/aosp12/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() argument
116 *last_sample_time = last; in android_net_res_stats_aggregate()
126 time_t last_sample_time = 0; in _res_stats_usable_server() local
128 &rtt_avg, &last_sample_time); in _res_stats_usable_server()
146 if (now - last_sample_time > params->sample_validity) { in _res_stats_usable_server()
/aosp12/bionic/libc/dns/include/
H A Dresolv_stats.h68 int* timeouts, int* internal_errors, int* rtt_avg, time_t* last_sample_time)
/aosp12/frameworks/base/core/proto/android/os/
H A Dcpu_usage.proto38 optional int64 last_sample_time = 3; field