Searched refs:flatten (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/base/test-runner/src/android/test/
H A DTestCaseUtil.java45 public static List<String> getTestCaseNames(Test test, boolean flatten) { argument
46 List<Test> tests = (List<Test>) getTests(test, flatten);
54 public static List<? extends Test> getTests(Test test, boolean flatten) { argument
55 return getTests(test, flatten, new HashSet<Class<?>>());
58 private static List<? extends Test> getTests(Test test, boolean flatten, argument
83 if (flatten) {
84 testCases.addAll(getTests(childTest, flatten, seen));
/frameworks/native/include/ui/
H A DFrameStats.h58 status_t flatten(void* buffer, size_t size) const;
H A DHdrCapabilities.h60 status_t flatten(void* buffer, size_t size) const;
H A DFence.h133 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
H A DFenceTime.h66 status_t flatten(void*& buffer, size_t& size, int*& fds,
/frameworks/native/include/gui/
H A DBufferItem.h39 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
H A DIGraphicBufferProducer.h351 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
384 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/ui/
H A DFrameStats.cpp34 status_t FrameStats::flatten(void* buffer, size_t size) const { function in class:android::FrameStats
H A DHdrCapabilities.cpp39 status_t HdrCapabilities::flatten(void* buffer, size_t size) const { function in class:android::HdrCapabilities
H A DFence.cpp148 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/opengl/libs/EGL/
H A DBlobCache_test.cpp285 ASSERT_EQ(OK, mBC->flatten(flat, size));
333 ASSERT_EQ(OK, mBC->flatten(flat, size));
355 // ASSERT_EQ(BAD_VALUE, mBC->flatten(flat, size));
367 ASSERT_EQ(OK, mBC->flatten(flat, size));
384 ASSERT_EQ(OK, mBC->flatten(flat, size));
403 ASSERT_EQ(OK, mBC->flatten(flat, size));
422 ASSERT_EQ(OK, mBC->flatten(flat, size));
H A DBlobCache.h83 // flatten serializes the current contents of the cache into the memory
90 int flatten(void* buffer, size_t size) const;
/frameworks/native/libs/gui/
H A DBufferItem.cpp122 status_t BufferItem::flatten( function in class:android::BufferItem
138 status_t err = mGraphicBuffer->flatten(buffer, size, fds, count);
144 status_t err = mFence->flatten(buffer, size, fds, count);
150 status_t err = mSurfaceDamage.flatten(buffer, size);
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);
655 status_t FrameEventHistoryDelta::flatten(
669 status_t status = d.flatten(buffer, size, fds, count);
/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/av/media/libstagefright/omx/1.0/
H A DConversion.h572 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten
907 * `flatten()` and `unflatten()` functions.
909 * All `flatten()` and `unflatten()` overloads follow the same convention as
912 * status_t flatten(ObjectType const& object,
928 * `flatten()` and `unflatten()`:
929 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled,
937 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds`
943 * The return value of a successful `flatten()` or `unflatten()` call will be
953 * `flatten()` and `unflatten()`, are similar to functions of the same name in
957 * flatten(
1236 inline status_t flatten(HGraphicBufferProducer::FenceTimeSnapshot const& t, function in namespace:android::hardware::media::omx::V1_0::implementation
1441 inline status_t flatten(HGraphicBufferProducer::FrameEventsDelta const& t, function in namespace:android::hardware::media::omx::V1_0::implementation
1574 inline status_t flatten( function in namespace:android::hardware::media::omx::V1_0::implementation
1752 inline status_t flatten(Region const& t, void*& buffer, size_t& size) { function in namespace:android::hardware::media::omx::V1_0::implementation
1892 inline status_t flatten(HGraphicBufferProducer::QueueBufferInput const& t, function in namespace:android::hardware::media::omx::V1_0::implementation
[all...]
/frameworks/native/libs/sensor/include/sensor/
H A DSensor.h109 status_t flatten(void* buffer, size_t size) const;
133 // 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/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp143 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten
189 * \brief Return the size of the non-fd buffer required to flatten a fence.
320 if (l.flatten(buffer, size, fds, numFds) != NO_ERROR) {
444 * \brief Return a lower bound on the size of the buffer required to flatten
551 if (l.flatten(buffer, size, fds, numFds) != NO_ERROR) {
569 * \brief Return the size of the non-fd buffer required to flatten
618 inline status_t flatten(HGraphicBufferProducer::FenceTimeSnapshot const& t, function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
650 * flatten `FrameEventsDelta`.
670 * \brief Return the size of the non-fd buffer required to flatten
716 // FrameEventsDelta::flatten
717 inline status_t flatten(HGraphicBufferProducer::FrameEventsDelta const& t, function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
821 inline status_t flatten( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
[all...]
/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()));

Completed in 590 milliseconds

123