Home
last modified time | relevance | path

Searched refs:mSizeInUse (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.h106 size_t mSizeInUse; member
121 : mSizeCached(0), mBuffersCached(0), mSizeInUse(0), mBuffersInUse(0), in Stats()
129 mSizeInUse += allocSize; in onBufferAllocated()
143 mSizeInUse += allocSize; in onBufferRecycled()
152 mSizeInUse -= allocSize; in onBufferUnused()
DAccessorImpl.cpp515 mStats.mBuffersInUse, mStats.mSizeInUse, in cleanUp()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.h173 size_t mSizeInUse; member
188 : mSizeCached(0), mBuffersCached(0), mSizeInUse(0), mBuffersInUse(0), in Stats()
196 mSizeInUse += allocSize; in onBufferAllocated()
210 mSizeInUse += allocSize; in onBufferRecycled()
219 mSizeInUse -= allocSize; in onBufferUnused()
DAccessorImpl.cpp709 mStats.mBuffersInUse, mStats.mSizeInUse, in cleanUp()