Searched refs:mFlushComplete (Results 1 – 3 of 3) sorted by relevance
222 bool mFlushComplete[2][2]; member274 mFlushComplete[0][0] = false; in clearFlushComplete()275 mFlushComplete[0][1] = false; in clearFlushComplete()276 mFlushComplete[1][0] = false; in clearFlushComplete()277 mFlushComplete[1][1] = false; in clearFlushComplete()
1722 mFlushComplete[audio][isDecoder] = true; in handleFlushComplete()1723 if (!mFlushComplete[audio][!isDecoder]) { in handleFlushComplete()1818 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true; in restartAudio()1823 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true; in restartAudio()2147 mFlushComplete[audio][false /* isDecoder */] = (mRenderer == NULL); in flushDecoder()2148 mFlushComplete[audio][true /* isDecoder */] = false; in flushDecoder()
504 bool mFlushComplete[2]; member8524 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false; in stateEntered()8601 if (mFlushComplete[data2]) { in onOMXEvent()8606 mFlushComplete[data2] = true; in onOMXEvent()8608 if (mFlushComplete[kPortIndexInput] && mFlushComplete[kPortIndexOutput]) { in onOMXEvent()8612 if (!mFlushComplete[kPortIndexInput] || !mFlushComplete[kPortIndexOutput]) { in onOMXEvent()8615 mFlushComplete[kPortIndexInput], mFlushComplete[kPortIndexOutput]); in onOMXEvent()8664 if (mFlushComplete[kPortIndexInput] in changeStateIfWeOwnAllBuffers()8665 && mFlushComplete[kPortIndexOutput] in changeStateIfWeOwnAllBuffers()