Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java290 mSizeInBytes -= page.getSizeInBytes(); in removeRenderedPage()
302 final int contentSizeInBytes = renderedPage.getSizeInBytes(); in putRenderedPage()
330 mSizeInBytes -= renderedPage.getSizeInBytes(); in removeLeastNeeded()
338 mSizeInBytes -= renderedPage.getSizeInBytes(); in removeLeastNeeded()
342 public int getSizeInBytes() { in getSizeInBytes() method in PageContentRepository.PageContentLruCache
430 public int getSizeInBytes() { in getSizeInBytes() method in PageContentRepository.RenderedPage
845 if (mPageContentCache.getSizeInBytes() <= 0 in onPreExecute()
846 || mPageContentCache.getSizeInBytes() + bitmapSizeInBytes in onPreExecute()
866 + mPageContentCache.getSizeInBytes() + " bytes"); in onPreExecute()
875 + mPageContentCache.getSizeInBytes() + " bytes"); in onPreExecute()
/aosp14/frameworks/base/media/jni/soundpool/
H A DSound.h71 size_t getSizeInBytes() const { return mSizeInBytes; } in getSizeInBytes() function
H A DStream.cpp146 const uint32_t loopEnd = mSound->getSizeInBytes() / mSound->getChannelCount() / in setLoop()
293 frameCount = sound->getSizeInBytes() / frameSize; in play_l()