Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h141 static CommandOptionsBuilder WithTimeout(int64_t timeout_sec);
DDumpstateUtil.cpp172 CommandOptions::CommandOptionsBuilder CommandOptions::WithTimeout(int64_t timeout_sec) { in WithTimeout() argument
173 return CommandOptions::CommandOptionsBuilder(SEC_TO_MSEC(timeout_sec)); in WithTimeout()
Ddumpstate.cpp1934 constexpr size_t timeout_sec = 30; in DumpstateBoard() local
1935 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()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp273 int timeout_sec, in PostThreadCondWait() argument
278 if (timeout_sec >= 0) { in PostThreadCondWait()
279 post_thread_wait_.wait_for(lock, std::chrono::seconds(timeout_sec), in PostThreadCondWait()
Dhardware_composer.h462 int timeout_sec,