Searched refs:mIsDone (Results 1 – 6 of 6) sorted by relevance
41 private boolean mIsDone = false; // marks the aggregator as "done". field in ExtensionSessionStatsAggregator62 if (mIsDone) { in setClientName()79 if (mIsDone) { in setCaptureFormat()97 if (mIsDone) { in setExtensionType()118 if (mIsDone) { in commit()121 mIsDone = isFinal; in commit()
76 CallBackHandle() : mSawError(false), mIsDone(false), mStats(nullptr) { in CallBackHandle()114 bool mIsDone; variable
24 ALOGV("In %s mIsDone : %d, mSawError : %d ", __func__, mIsDone, mSawError); in ioThread()25 while (!mIsDone && !mSawError) { in ioThread()
62 CallBackHandle() : mSawError(false), mIsDone(false) {} in CallBackHandle()89 bool mIsDone; member in CallBackHandle93 while (!mIsDone && !mSawError) { in ioThread()283 if (mStopCodec || bufferIndex < 0 || mIsDone) { in invokeOutputBufferAPI()291 mIsDone = (0 != (bufferInfo->flags & AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM)); in invokeOutputBufferAPI()
119 CallBackHandle::mIsDone = true; in onOutputAvailable()
135 CallBackHandle::mIsDone = true; in onOutputAvailable()