Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.h137 size_t mTotalRecycles; member
145 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
176 mTotalRecycles++; in onBufferRecycled()
DBufferPool.cpp69 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool()
477 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()