Home
last modified time | relevance | path

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

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