OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_sample_time
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/dns/resolv/
res_stats.c
58
int* timeouts, int* internal_errors, int* rtt_avg, time_t*
last_sample_time
)
115
*
last_sample_time
= last;
125
time_t
last_sample_time
= 0;
local
127
&rtt_avg, &
last_sample_time
);
144
if (now -
last_sample_time
> params->sample_validity) {
/system/netd/server/
ResolverStats.h
46
time_t
last_sample_time
{0};
74
cur[STATS_LAST_SAMPLE_TIME] =
last_sample_time
;
89
last_sample_time
= cur[STATS_LAST_SAMPLE_TIME];
ResolverController.cpp
129
&cur_stats.
last_sample_time
);
220
int time_delta = (s.
last_sample_time
> 0) ? now - s.
last_sample_time
: -1;
/bionic/libc/dns/include/
resolv_stats.h
68
int* timeouts, int* internal_errors, int* rtt_avg, time_t*
last_sample_time
)
/device/google/contexthub/firmware/inc/algos/
gyro_stillness_detect.h
87
uint64_t
last_sample_time
;
member in struct:gyroStillDet_t
/device/google/contexthub/firmware/src/algos/
gyro_stillness_detect.c
110
gyro_still_det->
last_sample_time
= sample_time;
gyro_cal.c
308
((gyro_cal->gyro_stillness_detect.
last_sample_time
-
325
gyro_cal->gyro_stillness_detect.
last_sample_time
);
Completed in 1396 milliseconds