Home
last modified time | relevance | path

Searched refs:delay_time (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/site_tests/display_Tearing/
Ddisplay_Tearing.py195 delay_time = [timestamp_list[i] - timestamp_list[i-1]
205 max(delay_time), min(delay_time),
206 sum(delay_time)/len(delay_time))
/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c342 unsigned int delay_time; in hostapd_2040_coex_action() local
343 delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in hostapd_2040_coex_action()
347 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in hostapd_2040_coex_action()
351 delay_time); in hostapd_2040_coex_action()
422 unsigned int delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in ht40_intolerant_remove() local
426 delay_time); in ht40_intolerant_remove()
428 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in ht40_intolerant_remove()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp47 int32_t delay_time, in GetRecordPosition() argument
54 delay_time, user_input, trans_index, disposal_method, interlace); in GetRecordPosition()
200 static_cast<int32_t>(gif_image->image_GCE->delay_time), in LoadFrame()
447 graphic_control_extension_->delay_time = in DecodeExtension()
448 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&gif_gce.delay_time)); in DecodeExtension()
Dgifmodule.h30 int32_t delay_time,
Dcfx_gifcontext.h37 int32_t delay_time,
Dcfx_gif.h85 uint16_t delay_time; member
/external/wpa_supplicant_8/src/radius/
Dradius_client.c437 u32 delay_time; in radius_client_retransmit() local
447 delay_time = now - entry->first_try; in radius_client_retransmit()
448 WPA_PUT_BE32(acct_delay_time, delay_time); in radius_client_retransmit()
452 delay_time); in radius_client_retransmit()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.h166 int32_t delay_time,
Dprogressivedecoder.cpp413 int32_t delay_time, in GifInputRecordPositionBuf() argument
/external/autotest/server/cros/faft/
Dfirmware_test.py1236 delay_time = retry_delay - time.time() + start_time
1237 if delay_time > 0:
1238 time.sleep(delay_time)