Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl55 oneway void sleepMsAsync(int ms); in sleepMsAsync() method
DbinderRpcTest.cpp177 Status sleepMsAsync(int32_t ms) override { in sleepMsAsync() function in android::MyBinderRpcTest
841 EXPECT_OK(proc.rootIface->sleepMsAsync(kSleepMs)); in TEST_P()
859 proc.rootIface->sleepMsAsync(kSleepMs); in TEST_P()