Searched refs:mFlushComplete (Results 1 – 3 of 3) sorted by relevance
206 bool mFlushComplete[2][2]; member258 mFlushComplete[0][0] = false; in clearFlushComplete()259 mFlushComplete[0][1] = false; in clearFlushComplete()260 mFlushComplete[1][0] = false; in clearFlushComplete()261 mFlushComplete[1][1] = false; in clearFlushComplete()
1590 mFlushComplete[audio][isDecoder] = true; in handleFlushComplete()1591 if (!mFlushComplete[audio][!isDecoder]) { in handleFlushComplete()1681 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true; in restartAudio()1686 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true; in restartAudio()1998 mFlushComplete[audio][false /* isDecoder */] = (mRenderer == NULL); in flushDecoder()1999 mFlushComplete[audio][true /* isDecoder */] = false; in flushDecoder()
486 bool mFlushComplete[2]; member8055 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false; in stateEntered()8114 if (mFlushComplete[data2]) { in onOMXEvent()8119 mFlushComplete[data2] = true; in onOMXEvent()8121 if (mFlushComplete[kPortIndexInput] && mFlushComplete[kPortIndexOutput]) { in onOMXEvent()8125 if (!mFlushComplete[kPortIndexInput] || !mFlushComplete[kPortIndexOutput]) { in onOMXEvent()8128 mFlushComplete[kPortIndexInput], mFlushComplete[kPortIndexOutput]); in onOMXEvent()8177 if (mFlushComplete[kPortIndexInput] in changeStateIfWeOwnAllBuffers()8178 && mFlushComplete[kPortIndexOutput] in changeStateIfWeOwnAllBuffers()