Searched refs:mTotalFetches (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/module/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/module/bufferpool/2.0/ |
D | AccessorImpl.h | 197 size_t mTotalFetches; member 201 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats() 248 mTotalFetches++; in onBufferFetched()
|
D | AccessorImpl.cpp | 349 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool() 757 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()
|