Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
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()
/frameworks/av/media/libaaudio/src/binding/
DSharedMemoryParcelable.h65 int32_t getSizeInBytes();
DSharedMemoryParcelable.cpp133 int32_t SharedMemoryParcelable::getSizeInBytes() { in getSizeInBytes() function in SharedMemoryParcelable
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp92 EXPECT_EQ(sharedMemoryA.getSizeInBytes(), sharedMemoryB.getSizeInBytes()); in TEST()
/frameworks/base/media/jni/soundpool/
DSound.h71 size_t getSizeInBytes() const { return mSizeInBytes; } in getSizeInBytes() function
DStream.cpp146 const uint32_t loopEnd = mSound->getSizeInBytes() / mSound->getChannelCount() / in setLoop()
295 frameCount = sound->getSizeInBytes() / frameSize; in play_l()
/frameworks/compile/slang/
Dslang_backend.cpp879 slangAssert(SL->getSizeInBytes() >= fieldPrePaddingOffset); in PadHelperFunctionStruct()
880 if (const size_t tailPadding = SL->getSizeInBytes() - fieldPrePaddingOffset) { in PadHelperFunctionStruct()