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

/frameworks/av/media/libaaudio/src/binding/
H A DSharedMemoryParcelable.cpp129 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.java287 mSizeInBytes -= page.getSizeInBytes();
299 final int contentSizeInBytes = renderedPage.getSizeInBytes();
327 mSizeInBytes -= renderedPage.getSizeInBytes();
335 mSizeInBytes -= renderedPage.getSizeInBytes();
339 public int getSizeInBytes() { method in class:PageContentRepository.PageContentLruCache
427 public int getSizeInBytes() { method in class:PageContentRepository.RenderedPage
842 if (mPageContentCache.getSizeInBytes() <= 0
843 || mPageContentCache.getSizeInBytes() + bitmapSizeInBytes
863 + mPageContentCache.getSizeInBytes() + " bytes");
872 + mPageContentCache.getSizeInBytes()
[all...]

Completed in 469 milliseconds