Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemData.java134 public long getSizeInBytes() { in getSizeInBytes() method in FilmstripItemData
225 builder.mSizeInBytes = data.getSizeInBytes(); in from()
H A DFilmstripItemBase.java102 long mSizeInBytes = mData.getSizeInBytes(); in getMediaDetails()
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp92 EXPECT_EQ(sharedMemoryA.getSizeInBytes(), sharedMemoryB.getSizeInBytes()); in TEST()
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DSharedMemoryParcelable.h61 int32_t getSizeInBytes();
H A DSharedMemoryParcelable.cpp122 int32_t SharedMemoryParcelable::getSizeInBytes() { in getSizeInBytes() function in SharedMemoryParcelable
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.h71 size_t getSizeInBytes() const { return mSizeInBytes; } in getSizeInBytes() function
H A DStream.cpp145 const uint32_t loopEnd = mSound->getSizeInBytes() / mSound->getChannelCount() / in setLoop()
302 frameCount = sound->getSizeInBytes() / frameSize; in play_l()
/aosp12/frameworks/compile/slang/
H A Dslang_backend.cpp879 slangAssert(SL->getSizeInBytes() >= fieldPrePaddingOffset); in PadHelperFunctionStruct()
880 if (const size_t tailPadding = SL->getSizeInBytes() - fieldPrePaddingOffset) { in PadHelperFunctionStruct()