Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.h118 size_t mTotalFetches; member
122 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
163 mTotalFetches++; in onBufferFetched()
DAccessorImpl.cpp261 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool()
529 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.h190 size_t mTotalFetches; member
194 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
235 mTotalFetches++; in onBufferFetched()
DAccessorImpl.cpp331 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool()
737 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()