/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)) { \
|
SkRecordedDrawable.cpp | 76 // Unflatten into a SkPictureData.
|
/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)) { \
|
SkRecordedDrawable.cpp | 76 // Unflatten into a SkPictureData.
|
/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/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/native/libs/gui/include/gui/ |
HdrMetadata.h | 40 status_t unflatten(void const* buffer, size_t size);
|
/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/native/opengl/libs/EGL/ |
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
|
BlobCache.cpp | 227 int BlobCache::unflatten(void const* buffer, size_t size) { function in class:android::BlobCache 233 ALOGE("unflatten: not enough room for cache header"); 238 ALOGE("unflatten: bad magic number: %" PRIu32, header->mMagicNumber); 258 ALOGE("unflatten: not enough room for cache entry headers"); 271 ALOGE("unflatten: not enough room for cache entry headers");
|
/external/skia/tests/ |
ImageIsOpaqueTest.cpp | 32 // pick a noisy byte pattern, so we ensure that unflatten sets all of our fields 35 info2.unflatten(rb);
|
FlattenableCustomFactory.cpp | 72 // Unflatten and verify the flattenables
|
/external/skqp/tests/ |
ImageIsOpaqueTest.cpp | 32 // pick a noisy byte pattern, so we ensure that unflatten sets all of our fields 35 info2.unflatten(rb);
|
FlattenableCustomFactory.cpp | 72 // Unflatten and verify the flattenables
|
/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()));
|
/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/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);
|
/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...] |
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
libui.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
libui.so | |
/frameworks/ml/nn/driver/cache/BlobCache/ |
BlobCache_test.cpp | 518 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); 613 ASSERT_EQ(BAD_VALUE, mBC2->unflatten(flat, size)); 616 // The error should cause the unflatten to result in an empty cache 631 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); 634 // The version mismatch should cause the unflatten to result in an empty 650 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); 653 // The version mismatch should cause the unflatten to result in an empty 667 // ASSERT_EQ(BAD_VALUE, mBC2->unflatten(flat, size-1)); 672 // The error should cause the unflatten to result in an empty cache
|
/frameworks/av/camera/include/camera/ |
CameraParameters2.h | 35 CameraParameters2(const String8 ¶ms) { unflatten(params); } 39 void unflatten(const String8 ¶ms);
|