Home
last modified time | relevance | path

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

/frameworks/av/media/module/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/module/bufferpool/2.0/
DAccessorImpl.h197 size_t mTotalFetches; member
201 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
248 mTotalFetches++; in onBufferFetched()
DAccessorImpl.cpp349 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool()
757 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()