Searched defs:unflatten (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/utils/
H A DFlattenable.h53 // don't need to be dupped(). ie: the caller of unflatten doesn't
54 // keep ownership. If a fd is not retained by unflatten() it must be
56 virtual status_t unflatten(void const* buffer, size_t size,
86 inline status_t unflatten(void const* buffer, size_t size);
102 inline status_t LightFlattenable<T>::unflatten(void const* buffer, size_t size) { function in class:android::LightFlattenable
103 return static_cast<T*>(this)->T::unflatten(buffer, size);
124 inline status_t unflatten(void const* buffer, size_t) { function in class:android::LightFlattenablePod
/frameworks/native/libs/gui/
H A DSensor.cpp164 status_t Sensor::unflatten(void const* buffer, size_t size) function in class:android::Sensor
H A DISurfaceTexture.cpp332 status_t ISurfaceTexture::QueueBufferInput::unflatten(void const* buffer, function in class:android::ISurfaceTexture::QueueBufferInput
345 err = fence->unflatten(p, size - (p - (const char*)buffer), fds, count);
/frameworks/native/libs/ui/
H A DFence.cpp107 status_t Fence::unflatten(void const* buffer, size_t size, int fds[], function in class:android::Fence
113 // Don't unflatten if we already have a valid fd.
H A DGraphicBuffer.cpp221 status_t GraphicBuffer::unflatten(void const* buffer, size_t size, function in class:android::GraphicBuffer
263 ALOGE("unflatten: registerBuffer failed: %s (%d)",
H A DRegion.cpp597 status_t Region::unflatten(void const* buffer, size_t size) { function in class:android::Region
612 validate(result, "Region::unflatten");
615 if (!result.validate(result, "Region::unflatten", true)) {
616 ALOGE("Region::unflatten() failed, invalid region");
/frameworks/native/libs/utils/
H A DBlobCache.cpp231 status_t BlobCache::unflatten(void const* buffer, size_t size, int fds[], function in class:android::BlobCache
237 ALOGE("unflatten: nonzero fd count: %zu", count);
243 ALOGE("unflatten: not enough room for cache header");
248 ALOGE("unflatten: bad magic number: %d", header->mMagicNumber);
264 ALOGE("unflatten: not enough room for cache entry headers");
276 ALOGE("unflatten: not enough room for cache entry headers");
/frameworks/av/camera/
H A DCameraParameters.cpp199 void CameraParameters::unflatten(const String8 &params) function in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java1503 p.unflatten(s);
2014 * <p>The {@link #unflatten(String)} method does the reverse.</p>
2040 public void unflatten(String flattened) { method in class:Camera.Parameters

Completed in 123 milliseconds