Searched refs:mSleepTimeUs (Results 1 – 4 of 4) sorted by relevance
427 mSleepTimeUs = 1000000000 / captureRate; in CaptureThread()428 ALOGV("CaptureThread cstor %p captureRate %d mSleepTimeUs %d", this, captureRate, mSleepTimeUs); in CaptureThread()440 usleep(mSleepTimeUs); in threadLoop()
158 uint32_t mSleepTimeUs; variable
3410 mSleepTimeUs = mIdleSleepTimeUs; in threadLoop()3669 mSleepTimeUs = 0; in threadLoop()3713 mSleepTimeUs = mIdleSleepTimeUs; in threadLoop()3763 if (mSleepTimeUs == 0) { in threadLoop()3826 mSleepTimeUs = suspendSleepTimeUs(); // assumes full buffer. in threadLoop()3835 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()3901 if (mSleepTimeUs == 0) { in threadLoop()4024 timeLoopNextNs += microseconds((nsecs_t)mSleepTimeUs); in threadLoop()4033 deltaNs = microseconds((nsecs_t)mSleepTimeUs); in threadLoop()4042 mSleepTimeUs = deltaNs / 1000; in threadLoop()[all …]
1148 uint32_t mSleepTimeUs; variable