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

/frameworks/native/libs/gui/
H A DSensor.cpp174 status_t Sensor::unflatten(void const* buffer, size_t size, function in class:android::Sensor
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp221 status_t GraphicBuffer::unflatten(void const* buffer, size_t size, function in class:android::GraphicBuffer
/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.cpp197 void CameraParameters::unflatten(const String8 &params) function in class:android::CameraParameters
/frameworks/base/core/java/android/hardware/
H A DCamera.java1423 p.unflatten(s);
1926 * <p>The {@link #unflatten(String)} method does the reverse.</p>
1952 public void unflatten(String flattened) { method in class:Camera.Parameters

Completed in 640 milliseconds