Searched defs:timeout_sec (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp169 CommandOptions::CommandOptionsBuilder CommandOptions::WithTimeout(int64_t timeout_sec) { argument
170 return CommandOptions::CommandOptionsBuilder(SEC_TO_MSEC(timeout_sec));
H A Ddumpstate.cpp1636 constexpr size_t timeout_sec = 30; local
1637 if (result.wait_for(std::chrono::seconds(timeout_sec)) != std::future_status::ready) {
1638 MYLOGE("dumpstateBoard timed out after %zus, killing dumpstate vendor HAL\n", timeout_sec);
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp256 int timeout_sec,
261 if (timeout_sec >= 0) {
262 post_thread_wait_.wait_for(lock, std::chrono::seconds(timeout_sec),
255 PostThreadCondWait(std::unique_lock<std::mutex>& lock, int timeout_sec, const std::function<bool()>& pred) argument

Completed in 256 milliseconds