Searched refs:getSizeInBytes (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libaaudio/src/binding/
H A DSharedMemoryParcelable.h60 int32_t getSizeInBytes();
H A DSharedMemoryParcelable.cpp129 int32_t SharedMemoryParcelable::getSizeInBytes() { function in class:SharedMemoryParcelable
/frameworks/base/libs/hwui/tests/unit/
H A DOffscreenBufferPoolTests.cpp41 EXPECT_EQ(64u * 192u * 4u, layer.getSizeInBytes());
75 ASSERT_LT(layer->getSizeInBytes(), pool.getMaxSize());
78 ASSERT_EQ(layer->getSizeInBytes(), pool.getSize());
121 EXPECT_EQ(layer->getSizeInBytes(), pool.getSize());
131 EXPECT_GT(hugeLayer->getSizeInBytes(), pool.getMaxSize());
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp155 mSize -= layer->getSizeInBytes();
187 const uint32_t size = layer->getSizeInBytes();
193 mSize -= victim->getSizeInBytes();
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...]
/frameworks/av/media/libaaudio/tests/
H A Dtest_marshalling.cpp68 EXPECT_EQ(sharedMemoryA.getSizeInBytes(), sharedMemoryB.getSizeInBytes());
/frameworks/compile/slang/
H A Dslang_backend.cpp879 slangAssert(SL->getSizeInBytes() >= fieldPrePaddingOffset);
880 if (const size_t tailPadding = SL->getSizeInBytes() - fieldPrePaddingOffset) {

Completed in 807 milliseconds