Home
last modified time | relevance | path

Searched refs:timeout_sec (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Host/
DHost.h460 uint32_t timeout_sec,
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1156 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1171 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
1579 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
1598 timeout_sec = 0; in wpas_select_network_from_last_scan()
1600 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1621 timeout_sec = 0; in wpas_select_network_from_last_scan()
1623 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1629 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
/external/lldb/source/Host/common/
DHost.cpp1373 uint32_t timeout_sec, in RunShellCommand() argument
1436 timeout_time.OffsetWithSeconds(timeout_sec); in RunShellCommand()