Searched refs:mFlush (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 201 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue() 204 inline void incGeneration() { ++mGeneration; mFlush = true; } in incGeneration() 212 bool flush = mFlush; in popPendingFlush() 213 mFlush = false; in popPendingFlush() 225 bool mFlush; variable
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 477 __builtin_add_overflow(mCblk->u.mStreaming.mFlush & ~mask, increment, &flushBits); in sendStreamingFlushStop() 478 android_atomic_release_store(rearMasked | flushBits, &mCblk->u.mStreaming.mFlush); in sendStreamingFlushStop() 699 mAvailToClient(0), mFlush(0), mReleased(0), mFlushed(0) in ServerProxy() 714 int32_t flush = android_atomic_acquire_load(&cblk->u.mStreaming.mFlush); in flushBufferIfNeeded() 715 if (flush != mFlush) { in flushBufferIfNeeded() 717 flush, mFlush); in flushBufferIfNeeded() 739 mFlush, flush, front, rear, in flushBufferIfNeeded() 743 mFlush = flush; in flushBufferIfNeeded() 965 const int32_t flush = android_atomic_acquire_load(&cblk->u.mStreaming.mFlush); in framesReadySafe() 966 if (flush != mFlush) { in framesReadySafe()
|
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 61 volatile int32_t mFlush; // incremented by client to indicate a request to flush; member 571 int32_t mFlush; // our copy of cblk->u.mStreaming.mFlush, for streaming output only variable
|