Home
last modified time | relevance | path

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

/frameworks/base/media/jni/audioeffect/
DVisualizer.cpp427 mSleepTimeUs = 1000000000 / captureRate; in CaptureThread()
428 ALOGV("CaptureThread cstor %p captureRate %d mSleepTimeUs %d", this, captureRate, mSleepTimeUs); in CaptureThread()
440 usleep(mSleepTimeUs); in threadLoop()
DVisualizer.h158 uint32_t mSleepTimeUs; variable
/frameworks/av/services/audioflinger/
DThreads.cpp3410 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 …]
DThreads.h1148 uint32_t mSleepTimeUs; variable