HomeSort by relevance Sort by last modified time
    Searched refs:unflatten (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/skia/src/core/
SkImageFilterPriv.h 14 * Helper to unflatten the common data, and return nullptr if we fail.
19 if (!localVar.unflatten(buffer, expectedCount)) { \
  /external/skqp/src/core/
SkImageFilterPriv.h 14 * Helper to unflatten the common data, and return nullptr if we fail.
19 if (!localVar.unflatten(buffer, expectedCount)) { \
  /frameworks/native/libs/gui/include/gui/
HdrMetadata.h 40 status_t unflatten(void const* buffer, size_t size);
BufferItem.h 42 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
  /frameworks/native/libs/ui/include/ui/
FrameStats.h 59 status_t unflatten(void const* buffer, size_t size);
HdrCapabilities.h 62 status_t unflatten(void const* buffer, size_t size);
Fence.h 136 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
FenceTime.h 68 status_t unflatten(void const*& buffer, size_t& size, int const*& fds,
  /system/core/libutils/include/utils/
Flattenable.h 76 "Cannot unflatten a non-trivially-copyable type");
109 // don't need to be dupped(). ie: the caller of unflatten doesn't
110 // keep ownership. If a fd is not retained by unflatten() it must be
112 inline status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
129 inline status_t Flattenable<T>::unflatten( function in class:android::Flattenable
131 return static_cast<T*>(this)->T::unflatten(buffer, size, fds, count);
154 inline status_t unflatten(void const* buffer, size_t size);
170 inline status_t LightFlattenable<T>::unflatten(void const* buffer, size_t size) { function in class:android::LightFlattenable
171 return static_cast<T*>(this)->T::unflatten(buffer, size);
195 inline status_t unflatten(void const* buffer, size_t) function in class:android::LightFlattenablePod
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
Conversion.h 227 * `flatten()` and `unflatten()` functions.
229 * All `flatten()` and `unflatten()` overloads follow the same convention as
237 * status_t unflatten(ObjectType* object,
248 * `flatten()` and `unflatten()`:
253 * - For `unflatten()`, `buffer` is the pointer to the non-fd buffer to be read
257 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds`
263 * The return value of a successful `flatten()` or `unflatten()` call will be
273 * `flatten()` and `unflatten()`, are similar to functions of the same name in
316 * \brief Unflatten `Fence` to `hidl_handle`.
408 * \brief Unflatten `FenceTimeSnapshot`
    [all...]
  /frameworks/av/camera/include/camera/
CameraParameters2.h 35 CameraParameters2(const String8 &params) { unflatten(params); }
39 void unflatten(const String8 &params);
CameraParameters.h 44 CameraParameters(const String8 &params) { unflatten(params); }
48 void unflatten(const String8 &params);
    [all...]
  /frameworks/native/libs/ui/
FrameStats.cpp 57 status_t FrameStats::unflatten(void const* buffer, size_t size) { function in class:android::FrameStats
HdrCapabilities.cpp 55 status_t HdrCapabilities::unflatten(void const* buffer, size_t size) { function in class:android::HdrCapabilities
  /frameworks/native/libs/gui/
BufferItem.cpp 193 status_t BufferItem::unflatten( function in class:android::BufferItem
205 status_t err = mGraphicBuffer->unflatten(buffer, size, fds, count);
212 status_t err = mFence->unflatten(buffer, size, fds, count);
219 status_t err = mSurfaceDamage.unflatten(buffer, size);
223 err = mHdrMetadata.unflatten(buffer, size);
HdrMetadata.cpp 48 status_t HdrMetadata::unflatten(void const* buffer, size_t size) { function in class:android::HdrMetadata
  /frameworks/av/media/libstagefright/bqhelper/
Conversion.cpp 250 status_t status = l->unflatten(constBuffer, size, constFds, numFds);
266 * `flatten()` and `unflatten()` functions.
268 * All `flatten()` and `unflatten()` overloads follow the same convention as
276 * status_t unflatten(ObjectType* object,
287 * `flatten()` and `unflatten()`:
292 * - For `unflatten()`, `buffer` is the pointer to the non-fd buffer to be read
296 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds`
302 * The return value of a successful `flatten()` or `unflatten()` call will be
312 * `flatten()` and `unflatten()`, are similar to functions of the same name in
359 * \brief Unflatten `Fence` to `hidl_handle`
634 status_t unflatten( function in namespace:android::conversion
731 status_t unflatten(HGraphicBufferProducer::FrameEventsDelta* t, function in namespace:android::conversion
892 status_t unflatten( function in namespace:android::conversion
1072 status_t unflatten(Region* t, void const*& buffer, size_t& size) { function in namespace:android::conversion
1303 status_t unflatten( function in namespace:android::conversion
    [all...]
  /hardware/interfaces/camera/common/1.0/default/include/
CameraParameters.h 49 CameraParameters(const String8 &params) { unflatten(params); }
53 void unflatten(const String8 &params);
    [all...]
  /external/expat/
qa.sh 120 | unflatten -c 20 \
  /frameworks/native/opengl/libs/EGL/
BlobCache.h 85 // loaded into a BlobCache object using the unflatten method. The contents
92 // unflatten replaces the contents of the cache with the serialized cache
98 int unflatten(void const* buffer, size_t size);
BlobCache_test.cpp 286 ASSERT_EQ(OK, mBC2->unflatten(flat, size));
371 ASSERT_EQ(BAD_VALUE, mBC2->unflatten(flat, size));
374 // The error should cause the unflatten to result in an empty cache
389 ASSERT_EQ(OK, mBC2->unflatten(flat, size));
392 // The version mismatch should cause the unflatten to result in an empty
408 ASSERT_EQ(OK, mBC2->unflatten(flat, size));
411 // The version mismatch should cause the unflatten to result in an empty
425 // ASSERT_EQ(BAD_VALUE, mBC2->unflatten(flat, size-1));
430 // The error should cause the unflatten to result in an empty cache
  /device/google/marlin/camera/
QCameraParameters.h 47 QCameraParameters(const String8 &params) { unflatten(params); }
  /frameworks/native/libs/sensor/include/sensor/
Sensor.h 111 status_t unflatten(void const* buffer, size_t size);
134 // Also add an mId field (and change flatten/unflatten appropriately).
  /frameworks/native/libs/sensor/tests/
Sensor_test.cpp 28 // UUID since that should not be transmitted via flatten/unflatten.
83 ASSERT_EQ(OK, sensor2.unflatten(buffer.data(), buffer.size()));
  /hardware/qcom/camera/msm8998/
QCameraParameters.h 48 QCameraParameters(const String8 &params) { unflatten(params); }

Completed in 232 milliseconds

1 2 3 4 5