Searched refs:mSizeInBytes (Results 1 – 3 of 3) sorted by relevance
71 size_t getSizeInBytes() const { return mSizeInBytes; } in getSizeInBytes()79 size_t mSizeInBytes = 0; variable
211 &channelMask, mHeap, &mSizeInBytes); in doLoad()226 __func__, mHeap->getBase(), mSizeInBytes, sampleRate, channelCount); in doLoad()227 mData = new MemoryBase(mHeap, 0, mSizeInBytes); in doLoad()
277 private int mSizeInBytes; field in PageContentRepository.PageContentLruCache290 mSizeInBytes -= page.getSizeInBytes(); in removeRenderedPage()303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()307 mSizeInBytes += contentSizeInBytes; in putRenderedPage()330 mSizeInBytes -= renderedPage.getSizeInBytes(); in removeLeastNeeded()338 mSizeInBytes -= renderedPage.getSizeInBytes(); in removeLeastNeeded()343 return mSizeInBytes; in getSizeInBytes()