Searched refs:mFlushComplete (Results 1 – 3 of 3) sorted by relevance
229 bool mFlushComplete[2][2]; member282 mFlushComplete[0][0] = false; in clearFlushComplete()283 mFlushComplete[0][1] = false; in clearFlushComplete()284 mFlushComplete[1][0] = false; in clearFlushComplete()285 mFlushComplete[1][1] = false; in clearFlushComplete()
1758 mFlushComplete[audio][isDecoder] = true; in handleFlushComplete()1759 if (!mFlushComplete[audio][!isDecoder]) { in handleFlushComplete()1854 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true; in restartAudio()1859 mFlushComplete[1 /* audio */][1 /* isDecoder */] = true; in restartAudio()2193 mFlushComplete[audio][false /* isDecoder */] = (mRenderer == NULL); in flushDecoder()2194 mFlushComplete[audio][true /* isDecoder */] = false; in flushDecoder()
533 bool mFlushComplete[2]; member9030 mFlushComplete[kPortIndexInput] = mFlushComplete[kPortIndexOutput] = false; in stateEntered()9108 if (mFlushComplete[data2]) { in onOMXEvent()9113 mFlushComplete[data2] = true; in onOMXEvent()9115 if (mFlushComplete[kPortIndexInput] && mFlushComplete[kPortIndexOutput]) { in onOMXEvent()9119 if (!mFlushComplete[kPortIndexInput] || !mFlushComplete[kPortIndexOutput]) { in onOMXEvent()9122 mFlushComplete[kPortIndexInput], mFlushComplete[kPortIndexOutput]); in onOMXEvent()9171 if (mFlushComplete[kPortIndexInput] in changeStateIfWeOwnAllBuffers()9172 && mFlushComplete[kPortIndexOutput] in changeStateIfWeOwnAllBuffers()