Searched refs:mSleepTimeUs (Results 1 – 4 of 4) sorted by relevance
451 mSleepTimeUs = 1000000000 / captureRate; in CaptureThread()452 ALOGV("CaptureThread cstor %p captureRate %d mSleepTimeUs %d", this, captureRate, mSleepTimeUs); in CaptureThread()464 usleep(mSleepTimeUs); in threadLoop()
170 uint32_t mSleepTimeUs; variable
4021 mSleepTimeUs = mIdleSleepTimeUs; in threadLoop()4157 mSleepTimeUs = 0; in threadLoop()4202 mSleepTimeUs = mIdleSleepTimeUs; in threadLoop()4280 if (mSleepTimeUs == 0) { in threadLoop()4352 mSleepTimeUs = suspendSleepTimeUs(); // assumes full buffer. in threadLoop()4361 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()4468 if (mSleepTimeUs == 0) { in threadLoop()4605 timeLoopNextNs += microseconds((nsecs_t)mSleepTimeUs); in threadLoop()4614 deltaNs = microseconds((nsecs_t)mSleepTimeUs); in threadLoop()4623 mSleepTimeUs = deltaNs / 1000; in threadLoop()[all …]
1462 uint32_t mSleepTimeUs; variable