Searched refs:flatten (Results 26 - 50 of 86) sorted by relevance

1234

/frameworks/av/camera/include/camera/
H A DCameraParameters2.h38 String8 flatten() const;
H A DCameraParameters.h47 String8 flatten() const;
/frameworks/av/include/camera/
H A DCameraParameters2.h38 String8 flatten() const;
H A DCameraParameters.h47 String8 flatten() const;
/frameworks/native/libs/gui/
H A DHdrMetadata.cpp32 status_t HdrMetadata::flatten(void* buffer, size_t size) const { function in class:android::HdrMetadata
H A DFrameTimestamps.cpp543 status_t FrameEventsDelta::flatten(void*& buffer, size_t& size, int*& fds,
572 status_t status = fence->flatten(buffer, size, fds, count);
654 status_t FrameEventHistoryDelta::flatten(
668 status_t status = d.flatten(buffer, size, fds, count);
H A DIGraphicBufferProducer.cpp1038 status_t IGraphicBufferProducer::QueueBufferInput::flatten( function in class:android::IGraphicBufferProducer::QueueBufferInput
1054 status_t result = fence->flatten(buffer, size, fds, count);
1058 result = surfaceDamage.flatten(buffer, size);
1063 return hdrMetadata.flatten(buffer, size);
1113 status_t IGraphicBufferProducer::QueueBufferOutput::flatten( function in class:android::IGraphicBufferProducer::QueueBufferOutput
1127 return frameTimestamps.flatten(buffer, size, fds, count);
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h110 status_t flatten(void* buffer, size_t size) const;
134 // Also add an mId field (and change flatten/unflatten appropriately).
/frameworks/native/libs/sensor/tests/
H A DSensor_test.cpp28 // UUID since that should not be transmitted via flatten/unflatten.
82 ASSERT_EQ(OK, sensor1.flatten(buffer.data(), buffer.size()));
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h360 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
397 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
H A DFrameTimestamps.h263 status_t flatten(void*& buffer, size_t& size, int*& fds,
323 status_t flatten(void*& buffer, size_t& size, int*& fds,
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp145 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten
191 * \brief Return the size of the non-fd buffer required to flatten a fence.
322 if (l.flatten(buffer, size, fds, numFds) != NO_ERROR) {
446 * \brief Return a lower bound on the size of the buffer required to flatten
553 if (l.flatten(buffer, size, fds, numFds) != NO_ERROR) {
571 * \brief Return the size of the non-fd buffer required to flatten
620 inline status_t flatten(HGraphicBufferProducer::FenceTimeSnapshot const& t, function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
652 * flatten `FrameEventsDelta`.
672 * \brief Return the size of the non-fd buffer required to flatten
718 // FrameEventsDelta::flatten
719 inline status_t flatten(HGraphicBufferProducer::FrameEventsDelta const& t, function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
823 inline status_t flatten( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
[all...]
/frameworks/native/libs/gui/include/gui/
H A DIGraphicBufferProducer.h360 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
397 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
H A DFrameTimestamps.h263 status_t flatten(void*& buffer, size_t& size, int*& fds,
323 status_t flatten(void*& buffer, size_t& size, int*& fds,
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h144 // flatten serializes the current contents of the cache into the memory
151 int flatten(void* buffer, size_t size) const;
H A DBlobCache_test.cpp517 ASSERT_EQ(OK, mBC->flatten(flat, size));
575 ASSERT_EQ(OK, mBC->flatten(flat, size));
597 // ASSERT_EQ(BAD_VALUE, mBC->flatten(flat, size));
609 ASSERT_EQ(OK, mBC->flatten(flat, size));
626 ASSERT_EQ(OK, mBC->flatten(flat, size));
645 ASSERT_EQ(OK, mBC->flatten(flat, size));
664 ASSERT_EQ(OK, mBC->flatten(flat, size));
/frameworks/native/include/ui/
H A DFenceTime.h66 status_t flatten(void*& buffer, size_t& size, int*& fds,
/frameworks/native/libs/ui/
H A DFence.cpp142 status_t Fence::flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const { function in class:android::Fence
H A DFenceTime.cpp227 status_t FenceTime::Snapshot::flatten( function in class:android::FenceTime::Snapshot
238 return fence->flatten(buffer, size, fds, count);
/frameworks/native/libs/ui/include/ui/
H A DFenceTime.h66 status_t flatten(void*& buffer, size_t& size, int*& fds,
/frameworks/native/libs/ui/include_vndk/ui/
H A DFenceTime.h66 status_t flatten(void*& buffer, size_t& size, int*& fds,
/frameworks/native/opengl/libs/EGL/
H A DFileBlobCache.cpp156 int err = flatten(buf + headerSize, cacheSize);
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp242 ASSERT_EQ(NO_ERROR, cameraDevice->setParameters(params.flatten()));
277 ASSERT_EQ(NO_ERROR, cameraDevice->setParameters(params.flatten()));
/frameworks/support/navigation/safe-args-gradle-plugin/src/main/kotlin/androidx/navigation/safeargs/gradle/
H A DArgumentsGenerationTask.kt49 }.unzip().let { (mappings, errorLists) -> mappings to errorLists.flatten() }
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
H A DPathTest.kt46 p.flatten().forEach {

Completed in 268 milliseconds

1234