HomeSort by relevance Sort by last modified time
    Searched refs:last_sample_time (Results 1 - 7 of 7) sorted by null

  /bionic/libc/dns/resolv/
res_stats.c 59 int* timeouts, int* internal_errors, int* rtt_avg, time_t* last_sample_time)
116 *last_sample_time = last;
126 time_t last_sample_time = 0; local
128 &rtt_avg, &last_sample_time);
146 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 312 &cur_stats.last_sample_time);
403 int time_delta = (s.last_sample_time > 0) ? now - s.last_sample_time : -1;
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 90 uint64_t last_sample_time; member in struct:GyroStillDet
gyro_stillness_detect.c 104 gyro_still_det->last_sample_time = sample_time;
gyro_cal.c 417 (gyro_cal->gyro_stillness_detect.last_sample_time >=
441 gyro_cal->gyro_stillness_detect.last_sample_time);
    [all...]
  /bionic/libc/dns/include/
resolv_stats.h 68 int* timeouts, int* internal_errors, int* rtt_avg, time_t* last_sample_time)

Completed in 126 milliseconds