Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dbss.c278 struct os_reltime *update_time) in calculate_update_time() argument
282 update_time->sec = fetch_time->sec; in calculate_update_time()
283 update_time->usec = fetch_time->usec; in calculate_update_time()
284 update_time->sec -= age_ms / 1000; in calculate_update_time()
286 if (update_time->usec < usec) { in calculate_update_time()
287 update_time->sec--; in calculate_update_time()
288 update_time->usec += 1000000; in calculate_update_time()
290 update_time->usec -= usec; in calculate_update_time()
611 struct os_reltime update_time; in wpa_bss_update() local
623 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
[all …]
Dbss.h185 struct os_reltime *update_time);
Drrm.c1519 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
1528 &update_time); in wpas_beacon_rep_scan_process()
1530 &update_time, &diff); in wpas_beacon_rep_scan_process()
1531 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dbss.c266 struct os_reltime *update_time) in calculate_update_time() argument
270 update_time->sec = fetch_time->sec; in calculate_update_time()
271 update_time->usec = fetch_time->usec; in calculate_update_time()
272 update_time->sec -= age_ms / 1000; in calculate_update_time()
274 if (update_time->usec < usec) { in calculate_update_time()
275 update_time->sec--; in calculate_update_time()
276 update_time->usec += 1000000; in calculate_update_time()
278 update_time->usec -= usec; in calculate_update_time()
620 struct os_reltime update_time; in wpa_bss_update() local
632 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
[all …]
Dbss.h206 struct os_reltime *update_time);
Drrm.c1538 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
1547 &update_time); in wpas_beacon_rep_scan_process()
1549 &update_time, &diff); in wpas_beacon_rep_scan_process()
1550 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
/third_party/ffmpeg/libavcodec/
Dccaption_dec.c602 static void update_time(CCaptionSubContext *ctx, int64_t pts) in update_time() function
875 update_time(ctx, in_time); in decode()