Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/bufferpool/1.0/
H A DAccessorImpl.h114 size_t mTotalRecycles; member
122 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
147 mTotalRecycles++; in onBufferRecycled()
H A DAccessorImpl.cpp259 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 DAccessorImpl.h186 size_t mTotalRecycles; member
194 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
225 mTotalRecycles++; in onBufferRecycled()
H A DAccessorImpl.cpp331 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool()
740 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()