Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.h129 size_t mSizeInUse; member
144 : mSizeCached(0), mBuffersCached(0), mSizeInUse(0), mBuffersInUse(0), in Stats()
158 mSizeInUse += allocSize; in onBufferAllocated()
172 mSizeInUse += allocSize; in onBufferRecycled()
181 mSizeInUse -= allocSize; in onBufferUnused()
DBufferPool.cpp476 mStats.mBuffersInUse, mStats.mSizeInUse, in cleanUp()