Home
last modified time | relevance | path

Searched refs:sleepMs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.h201 std::function<bool()> f, int times, int sleepMs) { in AAudio_tryUntilTrue() argument
204 sleepMs = std::max(sleepMs, 0); in AAudio_tryUntilTrue()
209 usleep(sleepMs * US_PER_MS); in AAudio_tryUntilTrue()
/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl54 void sleepMs(int ms); in sleepMs() method
DbinderRpcTest.cpp172 Status sleepMs(int32_t ms) override { in sleepMs() function in android::MyBinderRpcTest
184 return sleepMs(ms); in sleepMsAsync()
776 ts.push_back(std::thread([&] { proc.rootIface->sleepMs(kSleepMs); })); in TEST_P()
825 EXPECT_OK(proc.rootIface->sleepMs(250)); in TEST_P()