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