Searched refs:mTotalRecycles (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/bufferpool/1.0/ |
D | AccessorImpl.h | 114 size_t mTotalRecycles; member 122 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats() 147 mTotalRecycles++; in onBufferRecycled()
|
D | AccessorImpl.cpp | 259 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool() 528 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()
|
/frameworks/av/media/bufferpool/2.0/ |
D | AccessorImpl.h | 186 size_t mTotalRecycles; member 194 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats() 219 mTotalRecycles++; in onBufferRecycled()
|
D | AccessorImpl.cpp | 329 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool() 736 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()
|