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