Searched refs:mTotalFetches (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/bufferpool/1.0/ |
D | AccessorImpl.h | 118 size_t mTotalFetches; member 122 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats() 163 mTotalFetches++; in onBufferFetched()
|
D | AccessorImpl.cpp | 261 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool() 529 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()
|
/frameworks/av/media/bufferpool/2.0/ |
D | AccessorImpl.h | 190 size_t mTotalFetches; member 194 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats() 235 mTotalFetches++; in onBufferFetched()
|
D | AccessorImpl.cpp | 331 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool() 737 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()
|