Searched refs:last_sample_time (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | res_stats.cpp | 49 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 D | ResolverStats.h | 46 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 D | stats.h | 47 int* internal_errors, int* rtt_avg, time_t* last_sample_time);
|
H A D | ResolverController.cpp | 142 &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 D | res_stats.c | 59 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 D | resolv_stats.h | 68 int* timeouts, int* internal_errors, int* rtt_avg, time_t* last_sample_time)
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | cpu_usage.proto | 38 optional int64 last_sample_time = 3; field
|