Home
last modified time | relevance | path

Searched defs:timeout_seconds (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/cert/
Dos_utils.py34 def is_subprocess_alive(process, timeout_seconds=1): argument
59 def make_ports_available(ports: Container[int], timeout_seconds=10): argument
/system/connectivity/wificond/tests/integration/
Dprocess_utils.cpp95 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds) { in WaitForTrue()
/system/logging/logd/
DLogReader.cpp121 long timeout_seconds = atol(cp + sizeof(_timeout) - 1); in onDataAvailable() local