Searched refs:timeout_s (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp169 sp<BinderMock> ExpectDumpAndHang(const char* name, int timeout_s, const std::string& output) { argument
172 .WillRepeatedly(DoAll(Sleep(timeout_s), WithArg<0>(WriteOnFd(output)), Return(0)));
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp280 int waitEvent(int timeout_s) argument
287 ts.tv_sec += timeout_s;

Completed in 11 milliseconds