Searched refs:sleepUs (Results 1 – 1 of 1) sorted by relevance
5130 uint32_t sleepUs = 0; in threadLoop() local5137 if (sleepUs > 0) { in threadLoop()5138 usleep(sleepUs); in threadLoop()5139 sleepUs = 0; in threadLoop()5211 sleepUs = 10000; in threadLoop()5247 if (sleepUs == 0) { in threadLoop()5248 sleepUs = kRecordThreadSleepUs; in threadLoop()5252 sleepUs = 0; in threadLoop()5326 sleepUs = (framesToRead * 1000000LL) / mSampleRate; in threadLoop()5343 sleepUs = kRecordThreadSleepUs; in threadLoop()