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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1145 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
1283 snprintf(buffer, SIZE, "standby: %d\n", mStandby);
2594 if (!mStandby) {
2598 mStandby = true;
2671 if (!mStandby && delta > maxPeriod) {
2684 mStandby = false;
2711 if (!mStandby) {
3036 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
3281 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) {
3535 if (!mStandby
[all...]
H A DAudioFlinger.h578 // see note at declaration of mStandby, mOutDevice and mInDevice
579 bool standby() const { return mStandby; }
734 bool mStandby; // Whether thread is currently in standby. member in class:android::AudioFlinger::ThreadBase
1548 // Enter standby if not already in standby, and set mStandby flag
1551 // Call the HAL standby method unconditionally, and don't change mStandby flag

Completed in 121 milliseconds