Searched refs:timeout_sec (Results 1 – 3 of 3) sorted by relevance
/external/lldb/include/lldb/Host/ |
D | Host.h | 460 uint32_t timeout_sec,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 1156 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/ |
D | Host.cpp | 1373 uint32_t timeout_sec, in RunShellCommand() argument 1436 timeout_time.OffsetWithSeconds(timeout_sec); in RunShellCommand()
|