Home
last modified time | relevance | path

Searched refs:mSleepTimeUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/jni/audioeffect/
DVisualizer.cpp451 mSleepTimeUs = 1000000000 / captureRate; in CaptureThread()
452 ALOGV("CaptureThread cstor %p captureRate %d mSleepTimeUs %d", this, captureRate, mSleepTimeUs); in CaptureThread()
464 usleep(mSleepTimeUs); in threadLoop()
DVisualizer.h170 uint32_t mSleepTimeUs; variable
/frameworks/av/services/audioflinger/
DThreads.cpp4021 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 …]
DThreads.h1462 uint32_t mSleepTimeUs; variable