Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.h111 size_t mTotalAllocations; member
122 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
132 mTotalAllocations++; in onBufferAllocated()
146 mTotalAllocations++; in onBufferRecycled()
DAccessorImpl.cpp259 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool()
528 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.h183 size_t mTotalAllocations; member
194 mTotalAllocations(0), mTotalRecycles(0), mTotalTransfers(0), mTotalFetches(0) {} in Stats()
204 mTotalAllocations++; in onBufferAllocated()
218 mTotalAllocations++; in onBufferRecycled()
DAccessorImpl.cpp329 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool()
736 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()