Searched refs:mFlushComplete (Results 1 – 3 of 3) sorted by relevance
223 bool mFlushComplete[2][2]; member275 mFlushComplete[0][0] = false; in clearFlushComplete()276 mFlushComplete[0][1] = false; in clearFlushComplete()277 mFlushComplete[1][0] = false; in clearFlushComplete()278 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]; member8434 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false; in stateEntered()8511 if (mFlushComplete[data2]) { in onOMXEvent()8516 mFlushComplete[data2] = true; in onOMXEvent()8518 if (mFlushComplete[kPortIndexInput] && mFlushComplete[kPortIndexOutput]) { in onOMXEvent()8522 if (!mFlushComplete[kPortIndexInput] || !mFlushComplete[kPortIndexOutput]) { in onOMXEvent()8525 mFlushComplete[kPortIndexInput], mFlushComplete[kPortIndexOutput]); in onOMXEvent()8574 if (mFlushComplete[kPortIndexInput] in changeStateIfWeOwnAllBuffers()8575 && mFlushComplete[kPortIndexOutput] in changeStateIfWeOwnAllBuffers()