Searched defs:getSizeInBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/src/binding/
H A DSharedMemoryParcelable.cpp144 int32_t SharedMemoryParcelable::getSizeInBytes() { function in class:SharedMemoryParcelable
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h63 uint32_t getSizeInBytes() { return texture.objectSize(); } function in class:android::uirenderer::OffscreenBuffer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java290 mSizeInBytes -= page.getSizeInBytes();
302 final int contentSizeInBytes = renderedPage.getSizeInBytes();
330 mSizeInBytes -= renderedPage.getSizeInBytes();
338 mSizeInBytes -= renderedPage.getSizeInBytes();
342 public int getSizeInBytes() { method in class:PageContentRepository.PageContentLruCache
430 public int getSizeInBytes() { method in class:PageContentRepository.RenderedPage
845 if (mPageContentCache.getSizeInBytes() <= 0
846 || mPageContentCache.getSizeInBytes() + bitmapSizeInBytes
866 + mPageContentCache.getSizeInBytes() + " bytes");
875 + mPageContentCache.getSizeInBytes()
[all...]

Completed in 382 milliseconds