/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/ui/ |
Fence.cpp | 156 status_t Fence::unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count) { function in class:android::Fence 158 // Don't unflatten if we already have a valid fd.
|
GraphicBuffer.cpp | 378 status_t GraphicBuffer::unflatten( function in class:android::GraphicBuffer 409 ALOGE("unflatten: numFds or numInts is too large: %zd, %zd", numFds, numInts); 443 ALOGE("unflatten: native_handle_create failed"); 472 ALOGE("unflatten: registerBuffer failed: %s (%d)", strerror(-err), err);
|
/frameworks/ml/nn/driver/cache/BlobCache/ |
BlobCache.cpp | 281 int BlobCache::unflatten(void const* buffer, size_t size) { function in class:BlobCache 287 ALOGE("unflatten: not enough room for cache header"); 292 ALOGE("unflatten: bad magic number: %" PRIu32, header->mMagicNumber); 312 ALOGE("unflatten: not enough room for cache entry header"); 325 ALOGE("unflatten: not enough room for cache entry");
|
BlobCache.h | 146 // loaded into a BlobCache object using the unflatten method. The contents 153 // unflatten replaces the contents of the cache with the serialized cache 159 int unflatten(void const* buffer, size_t size);
|
/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);
|
/external/expat/ |
qa.sh | 120 | unflatten -c 20 \
|
/external/skia/src/effects/ |
SkMergeImageFilter.cpp | 114 if (!common.unflatten(buffer, -1) || !buffer.isValid()) {
|
/external/skia/tests/ |
DashPathEffectTest.cpp | 16 // crbug.com/348821 was rooted in SkDashPathEffect refusing to flatten and unflatten itself when
|
PaintTest.cpp | 266 paint2.unflatten(reader); 306 other.unflatten(reader);
|
/external/skqp/src/effects/ |
SkMergeImageFilter.cpp | 114 if (!common.unflatten(buffer, -1) || !buffer.isValid()) {
|
/external/skqp/tests/ |
DashPathEffectTest.cpp | 16 // crbug.com/348821 was rooted in SkDashPathEffect refusing to flatten and unflatten itself when
|
PaintTest.cpp | 266 paint2.unflatten(reader); 306 other.unflatten(reader);
|
/external/tensorflow/tensorflow/core/util/ |
util.cc | 112 // Unflatten index
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
StatusBarIcon.java | 77 * Unflatten the StatusBarIcon from a parcel.
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
H2BGraphicBufferProducer.cpp | 180 status_t status = l->unflatten(constBuffer, size, constFds, numFds); 216 * \brief Unflatten `Fence` to `hidl_handle`. 394 if (l->unflatten(constBuffer, size, constFds, numFds) != NO_ERROR) { 404 * \brief Unflatten `HRegion`. 411 inline status_t unflatten(HRegion* t, void const*& buffer, size_t& size) { function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils 428 status_t status = rect.unflatten(buffer, size); 465 * \brief Unflatten `HGraphicBufferProducer::QueueBufferInput`. 480 inline status_t unflatten( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils 513 return unflatten(&(t->surfaceDamage), buffer, size); 561 if (unflatten(t, nh, constBuffer, size, constFds, numFds) != NO_ERROR) [all...] |
/frameworks/native/libs/gui/include/gui/ |
FrameTimestamps.h | 265 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, 325 status_t unflatten(void const*& buffer, size_t& size, int const*& fds,
|
/frameworks/native/libs/ui/include/ui/ |
GraphicBuffer.h | 79 // Create a GraphicBuffer to be unflatten'ed into or be reallocated. 192 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
|
/frameworks/native/libs/gui/ |
IGraphicBufferProducer.cpp | 1066 status_t IGraphicBufferProducer::QueueBufferInput::unflatten( function in class:android::IGraphicBufferProducer::QueueBufferInput 1130 status_t IGraphicBufferProducer::QueueBufferOutput::unflatten( function in class:android::IGraphicBufferProducer::QueueBufferOutput [all...] |
/device/google/marlin/camera/ |
QCameraParameters.h | 47 QCameraParameters(const String8 ¶ms) { unflatten(params); }
|
/external/skia/src/core/ |
SkImageInfo.cpp | 133 void SkImageInfo::unflatten(SkReadBuffer& buffer) { function in class:SkImageInfo
|
/external/skia/src/shaders/gradients/ |
SkLinearGradient.cpp | 38 if (!desc.unflatten(buffer)) {
|
SkRadialGradient.cpp | 46 if (!desc.unflatten(buffer)) {
|
/external/skqp/src/core/ |
SkImageInfo.cpp | 93 void SkImageInfo::unflatten(SkReadBuffer& buffer) { function in class:SkImageInfo
|
/external/skqp/src/shaders/gradients/ |
SkLinearGradient.cpp | 38 if (!desc.unflatten(buffer)) {
|