Searched refs:mGetCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp28 mAllocated(NULL), mSize(0), mOffset(0), mRemaining(0), mGetCount(0)
50 ALOG_ASSERT(buffer != NULL && buffer->frameCount > 0 && mGetCount == 0);
58 mGetCount = buffer->frameCount;
75 mGetCount = actual;
80 mGetCount = 0;
88 (buffer->frameCount <= mGetCount) &&
89 (mGetCount <= mRemaining) &&
95 mGetCount = 0;
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h47 size_t mGetCount; // buffer.frameCount of the most recent getNextBuffer member in class:android::SourceAudioBufferProvider

Completed in 301 milliseconds