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.cpp527 mStats.mBuffersInUse, mStats.mSizeInUse, in cleanUp()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.h178 size_t mSizeInUse; member
193 : mSizeCached(0), mBuffersCached(0), mSizeInUse(0), mBuffersInUse(0), in Stats()
201 mSizeInUse += allocSize; in onBufferAllocated()
215 mSizeInUse += allocSize; in onBufferRecycled()
224 mSizeInUse -= allocSize; in onBufferUnused()
DAccessorImpl.cpp735 mStats.mBuffersInUse, mStats.mSizeInUse, in cleanUp()