Searched refs:sleepUs (Results 1 – 1 of 1) sorted by relevance
6423 uint32_t sleepUs = 0; in threadLoop() local6450 if (sleepUs > 0) { in threadLoop()6452 mWaitWorkCV.waitRelative(mLock, microseconds((nsecs_t)sleepUs)); in threadLoop()6454 sleepUs = 0; in threadLoop()6497 sleepUs = 10000; in threadLoop()6544 if (sleepUs == 0) { in threadLoop()6545 sleepUs = kRecordThreadSleepUs; in threadLoop()6549 sleepUs = 0; in threadLoop()6642 sleepUs = (sleepFrames * 1000000LL) / mSampleRate; in threadLoop()6700 sleepUs = kRecordThreadSleepUs; in threadLoop()