Searched refs:timeout_s (Results 1 – 2 of 2) sorted by relevance
170 sp<BinderMock> ExpectDumpAndHang(const char* name, int timeout_s, const std::string& output) { in ExpectDumpAndHang() argument173 .WillRepeatedly(DoAll(Sleep(timeout_s), WithArg<0>(WriteOnFd(output)), Return(0))); in ExpectDumpAndHang()
290 int waitEvent(int timeout_s) in waitEvent() argument297 ts.tv_sec += timeout_s; in waitEvent()