Searched refs:mStandby (Results 1 – 2 of 2) sorted by relevance
326 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()585 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no"); in dumpBase()2175 mStandby = false; in threadLoop_write()2489 mStandby = true; in threadLoop()2631 if (!mStandby && delta > maxPeriod) { in threadLoop()2668 if (!mStandby) { in threadLoop()2670 mStandby = true; in threadLoop()3073 return !mStandby; in shouldStandby_l()3313 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) { in prepareTracks_l()3616 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) { in prepareTracks_l()[all …]
272 bool standby() const { return mStandby; } in standby()424 bool mStandby; // Whether thread is currently in standby. variable