Searched refs:sleepMs (Results 1 – 2 of 2) sorted by relevance
176 std::function<bool()> f, int times, int sleepMs) { in AAudio_tryUntilTrue() argument179 sleepMs = std::max(sleepMs, 0); in AAudio_tryUntilTrue()184 usleep(sleepMs * US_PER_MS); in AAudio_tryUntilTrue()
83 for (int sleepMs = 64; sleepMs <= (GSID_ROUGH_TIMEOUT_MS << 1); sleepMs <<= 1) { in getGsiService()94 Slog.d(TAG, "GsiService is not ready, wait for " + sleepMs + "ms"); in getGsiService()95 Thread.sleep(sleepMs); in getGsiService()