Lines Matching refs:mStats
251 mBufferPool.mStats.onBufferFetched(); in fetch()
327 this, mStats.mBuffersCached, mStats.mSizeCached >> 20, in ~BufferPool()
328 mStats.mBuffersInUse, percentage(mStats.mBuffersInUse, mStats.mBuffersCached), in ~BufferPool()
329 mStats.mTotalAllocations, percentage(mStats.mTotalRecycles, mStats.mTotalAllocations), in ~BufferPool()
330 mStats.mTotalTransfers, in ~BufferPool()
331 percentage(mStats.mTotalTransfers - mStats.mTotalFetches, mStats.mTotalTransfers)); in ~BufferPool()
461 mStats.onBufferUnused(iter->second->mAllocSize); in handleReleaseBuffer()
464 mStats.onBufferUnused(iter->second->mAllocSize); in handleReleaseBuffer()
465 mStats.onBufferEvicted(iter->second->mAllocSize); in handleReleaseBuffer()
503 mStats.onBufferSent(); in handleTransferTo()
517 mStats.onBufferSent(); in handleTransferFrom()
550 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleTransferResult()
553 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleTransferResult()
554 mStats.onBufferEvicted(bufferIter->second->mAllocSize); in handleTransferResult()
629 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleClose()
632 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleClose()
633 mStats.onBufferEvicted(bufferIter->second->mAllocSize); in handleClose()
659 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleClose()
662 mStats.onBufferUnused(bufferIter->second->mAllocSize); in handleClose()
663 mStats.onBufferEvicted(bufferIter->second->mAllocSize); in handleClose()
690 mStats.onBufferRecycled(mBuffers[id]->mAllocSize); in getFreeBuffer()
717 mStats.onBufferAllocated(allocSize); in addNewBuffer()
734 this, mStats.mBuffersCached, mStats.mSizeCached, in cleanUp()
735 mStats.mBuffersInUse, mStats.mSizeInUse, in cleanUp()
736 mStats.mTotalRecycles, mStats.mTotalAllocations, in cleanUp()
737 mStats.mTotalFetches, mStats.mTotalTransfers); in cleanUp()
740 if (!clearCache && (mStats.mSizeCached < kMinAllocBytesForEviction in cleanUp()
747 mStats.onBufferEvicted(it->second->mAllocSize); in cleanUp()
766 mStats.onBufferEvicted(it->second->mAllocSize); in invalidate()