Home
last modified time | relevance | path

Searched refs:sleepMsAsync (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl61 oneway void sleepMsAsync(int ms); in sleepMsAsync() method
DbinderRpcTestCommon.h365 Status sleepMsAsync(int32_t ms) override { in sleepMsAsync() function
DbinderRpcUniversalTests.cpp444 EXPECT_OK(proc.rootIface->sleepMsAsync(kSleepMs)); in TEST_P()
DbinderRpcTest.cpp643 while (iface->sleepMsAsync(kTooLongMs).isOk()) { in TEST_P()
649 Status status = iface->sleepMsAsync(kTooLongMs); in TEST_P()