Searched refs:mStandby (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp509 //FIXME: mStandby should be true here. Is this some kind of hack?
510 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
823 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no");
2167 track->mFillingUpStatus = mStandby ? Track::FS_FILLING : Track::FS_FILLED;
2690 mStandby = false;
3112 mStandby = true;
3270 if (mType == MIXER && !mStandby) {
3385 if (!mStandby) {
3387 mStandby = true;
3910 return !mStandby;
[all...]
H A DThreads.h288 // see note at declaration of mStandby, mOutDevice and mInDevice
289 bool standby() const { return mStandby; }
470 bool mStandby; // Whether thread is currently in standby. member in class:ThreadBase
1392 // Enter standby if not already in standby, and set mStandby flag
1395 // Call the HAL standby method unconditionally, and don't change mStandby flag

Completed in 38 milliseconds