Searched refs:timeout_sec (Results 1 – 5 of 5) sorted by relevance
141 static CommandOptionsBuilder WithTimeout(int64_t timeout_sec);
172 CommandOptions::CommandOptionsBuilder CommandOptions::WithTimeout(int64_t timeout_sec) { in WithTimeout() argument173 return CommandOptions::CommandOptionsBuilder(SEC_TO_MSEC(timeout_sec)); in WithTimeout()
1934 constexpr size_t timeout_sec = 30; in DumpstateBoard() local1935 if (result.wait_for(std::chrono::seconds(timeout_sec)) != std::future_status::ready) { in DumpstateBoard()1936 MYLOGE("dumpstateBoard timed out after %zus, killing dumpstate vendor HAL\n", timeout_sec); in DumpstateBoard()
273 int timeout_sec, in PostThreadCondWait() argument278 if (timeout_sec >= 0) { in PostThreadCondWait()279 post_thread_wait_.wait_for(lock, std::chrono::seconds(timeout_sec), in PostThreadCondWait()
462 int timeout_sec,