Searched defs:getFlattenedSize (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/libs/ui/
H A DFrameStats.cpp25 size_t FrameStats::getFlattenedSize() const { function in class:android::FrameStats
35 if (size < getFlattenedSize()) {
H A DHdrCapabilities.cpp31 size_t HdrCapabilities::getFlattenedSize() const { function in class:android::HdrCapabilities
41 if (size < getFlattenedSize()) {
H A DFence.cpp140 size_t Fence::getFlattenedSize() const { function in class:android::Fence
149 if (size < getFlattenedSize() || count < getFdCount()) {
168 if (size < getFlattenedSize()) {
H A DFenceTime.cpp210 size_t FenceTime::Snapshot::getFlattenedSize() const { function in class:android::FenceTime::Snapshot
216 return min + fence->getFlattenedSize();
229 if (size < getFlattenedSize()) {
H A DGraphicBuffer.cpp326 size_t GraphicBuffer::getFlattenedSize() const { function in class:android::GraphicBuffer
335 size_t sizeNeeded = GraphicBuffer::getFlattenedSize();
H A DRegion.cpp764 size_t Region::getFlattenedSize() const { function in class:android::Region
772 if (size < getFlattenedSize()) {
/frameworks/native/libs/gui/
H A DBufferItem.cpp90 size_t BufferItem::getFlattenedSize() const { function in class:android::BufferItem
93 size += mGraphicBuffer->getFlattenedSize();
97 size += mFence->getFlattenedSize();
100 size += mSurfaceDamage.getFlattenedSize();
126 if (size < BufferItem::getFlattenedSize()) {
152 FlattenableUtils::advance(buffer, size, mSurfaceDamage.getFlattenedSize());
213 FlattenableUtils::advance(buffer, size, mSurfaceDamage.getFlattenedSize());
H A DFrameTimestamps.cpp526 size_t FrameEventsDelta::getFlattenedSize() const { function in class:android::FrameEventsDelta
531 return a + fence->getFlattenedSize();
545 if (size < getFlattenedSize() || count < getFdCount()) {
640 size_t FrameEventHistoryDelta::getFlattenedSize() const {
644 return a + delta.getFlattenedSize();
660 if (size < getFlattenedSize()) {
H A DIGraphicBufferProducer.cpp901 size_t IGraphicBufferProducer::QueueBufferInput::getFlattenedSize() const { function in class:android::IGraphicBufferProducer::QueueBufferInput
903 fence->getFlattenedSize() +
904 surfaceDamage.getFlattenedSize();
914 if (size < getFlattenedSize()) {
968 size_t IGraphicBufferProducer::QueueBufferOutput::getFlattenedSize() const { function in class:android::IGraphicBufferProducer::QueueBufferOutput
969 return minFlattenedSize() + frameTimestamps.getFlattenedSize();
979 if (size < getFlattenedSize()) {
/frameworks/native/libs/sensor/
H A DSensor.cpp451 size_t Sensor::getFlattenedSize() const { function in class:android::Sensor
469 if (size < getFlattenedSize()) {
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp166 size_t BlobCache::getFlattenedSize() const { function in class:android::BlobCache
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h947 * functions: `getFlattenedSize()` and `getFdCount()`. `getFlattenedSize()` will
952 * The set of these four functions, `getFlattenedSize()`, `getFdCount()`,
1088 size_t const baseSize = l.getFlattenedSize();
1194 inline size_t getFlattenedSize( function in namespace:android::hardware::media::omx::V1_0::implementation
1238 if (size < getFlattenedSize(t)) {
1333 inline size_t getFlattenedSize( function in namespace:android::hardware::media::omx::V1_0::implementation
1336 getFlattenedSize(t.gpuCompositionDoneFence) +
1337 getFlattenedSize(t.displayPresentFence) +
1338 getFlattenedSize(
1492 inline size_t getFlattenedSize( function in namespace:android::hardware::media::omx::V1_0::implementation
1701 inline size_t getFlattenedSize(Region const& t) { function in namespace:android::hardware::media::omx::V1_0::implementation
1862 inline size_t getFlattenedSize(HGraphicBufferProducer::QueueBufferInput const& t) { function in namespace:android::hardware::media::omx::V1_0::implementation
[all...]
/frameworks/native/include/binder/
H A DParcel.h505 virtual size_t getFlattenedSize() const = 0;
527 virtual size_t getFlattenedSize() const { function in class:android::Parcel::FlattenableHelper
528 return val.getFlattenedSize();
576 size_t size(val.getFlattenedSize());
605 size = val.getFlattenedSize();
/frameworks/native/libs/binder/include/binder/
H A DParcel.h505 virtual size_t getFlattenedSize() const = 0;
527 virtual size_t getFlattenedSize() const { function in class:android::Parcel::FlattenableHelper
528 return val.getFlattenedSize();
576 size_t size(val.getFlattenedSize());
605 size = val.getFlattenedSize();
/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp86 size_t getFlattenedSize() const { return sizeof(value); } function in struct:android::tests::TestFlattenable
116 size_t getFlattenedSize() const { return sizeof(value); } function in class:android::tests::TestLightRefBaseFlattenable
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp302 size_t const baseSize = l.getFlattenedSize();
533 size_t const baseSize = l.getFlattenedSize();
575 inline size_t getFlattenedSize( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
621 if (size < getFlattenedSize(t)) {
676 inline size_t getFlattenedSize( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
679 getFlattenedSize(t.gpuCompositionDoneFence) +
680 getFlattenedSize(t.displayPresentFence) +
681 getFlattenedSize(t.displayRetireFence) +
682 getFlattenedSize(t.releaseFence);
778 inline size_t getFlattenedSize( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
[all...]

Completed in 1775 milliseconds