Searched refs:unflatten (Results 51 - 68 of 68) sorted by relevance

123

/frameworks/native/include/binder/
H A DParcel.h510 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) = 0;
538 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) { function in class:android::Parcel::FlattenableHelper
539 return const_cast<Flattenable<T>&>(val).unflatten(buffer, size, fds, count);
619 val.unflatten(buffer, size);
/frameworks/native/libs/binder/include/binder/
H A DParcel.h510 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) = 0;
538 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) { function in class:android::Parcel::FlattenableHelper
539 return const_cast<Flattenable<T>&>(val).unflatten(buffer, size, fds, count);
619 val.unflatten(buffer, size);
/frameworks/av/camera/
H A DCameraParameters.cpp205 void CameraParameters::unflatten(const String8 &params) function in class:android::CameraParameters
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.cpp281 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");
/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp266 status_t err = gBuffer->unflatten(data, dataLen, fdData, fdCount);
/frameworks/native/libs/sensor/
H A DSensor.cpp511 status_t Sensor::unflatten(void const* buffer, size_t size) { function in class:android::Sensor
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp227 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");
/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp92 status_t unflatten(void const*& buffer, size_t& size, int const*& /*fds*/, size_t& /*count*/) { function in struct:android::tests::TestFlattenable
122 status_t unflatten(void const*& buffer, size_t& size, int const*& /*fds*/, size_t& /*count*/) { function in class:android::tests::TestLightRefBaseFlattenable
/frameworks/native/libs/ui/
H A DRegion.cpp794 status_t Region::unflatten(void const* buffer, size_t size) { function in class:android::Region
814 status_t status = rect.unflatten(buffer, size);
823 validate(result, "Region::unflatten");
826 if (!result.validate(result, "Region::unflatten", true)) {
827 ALOGE("Region::unflatten() failed, invalid region");
H A DGraphicBuffer.cpp378 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/base/core/java/android/hardware/
H A DCamera.java2118 p.unflatten(s);
2704 * <p>The {@link #unflatten(String)} method does the reverse.</p>
2730 public void unflatten(String flattened) { method in class:Camera.Parameters
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h655 status_t status = l->unflatten(constBuffer, size, constFds, numFds);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp690 parms.unflatten(tmp);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java574 parameters.unflatten((String) msg.obj);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java135 * @param parameters A string parseable by {@link Camera.Parameters#unflatten}
152 params.unflatten(parameters);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp927 mDefaultParameters.unflatten(String8(parms.c_str()));
/frameworks/native/libs/binder/
H A DParcel.cpp283 ALOGE("Unable to unflatten Binder weak reference!");
2330 err = val.unflatten(buf, len, fds, fd_count);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 352 milliseconds

123