Searched refs:sleepUs (Results 1 – 1 of 1) sorted by relevance
5841 uint32_t sleepUs = 0; in threadLoop() local5848 if (sleepUs > 0) { in threadLoop()5850 usleep(sleepUs); in threadLoop()5852 sleepUs = 0; in threadLoop()5924 sleepUs = 10000; in threadLoop()5960 if (sleepUs == 0) { in threadLoop()5961 sleepUs = kRecordThreadSleepUs; in threadLoop()5965 sleepUs = 0; in threadLoop()6040 sleepUs = (framesToRead * 1000000LL) / mSampleRate; in threadLoop()6081 sleepUs = kRecordThreadSleepUs; in threadLoop()