Home
last modified time | relevance | path

Searched refs:mHalStarted (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h1184 mHalStarted = false; in setStandby_l()
1193 while (!mHalStarted) { in waitForHalStart()
1201 return mHalStarted; in waitForHalStart()
1527 bool mHalStarted = false; variable
DThreads.cpp4234 if (!mHalStarted && ((isSuspended() && (mBytesWritten != 0)) || (!mStandby in threadLoop()
4237 mHalStarted = true; in threadLoop()