Home
last modified time | relevance | path

Searched refs:mSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/jni/soundpool/
H A DSound.h71 size_t getSizeInBytes() const { return mSizeInBytes; } in getSizeInBytes()
79 size_t mSizeInBytes = 0; variable
H A DSound.cpp211 &channelMask, mHeap, &mSizeInBytes); in doLoad()
226 __func__, mHeap->getBase(), mSizeInBytes, sampleRate, channelCount); in doLoad()
227 mData = new MemoryBase(mHeap, 0, mSizeInBytes); in doLoad()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java277 private int mSizeInBytes; field in PageContentRepository.PageContentLruCache
290 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()