Searched refs:unflatten (Results 1 - 25 of 68) sorted by path

123

/frameworks/av/camera/
H A DCameraParameters.cpp205 void CameraParameters::unflatten(const String8 &params) function in class:android::CameraParameters
H A DCameraParameters2.cpp59 void CameraParameters2::unflatten(const String8 &params) function in class:android::CameraParameters2
/frameworks/av/camera/include/camera/
H A DCameraParameters.h44 CameraParameters(const String8 &params) { unflatten(params); }
48 void unflatten(const String8 &params);
H A DCameraParameters2.h35 CameraParameters2(const String8 &params) { unflatten(params); }
39 void unflatten(const String8 &params);
/frameworks/av/include/camera/
H A DCameraParameters.h44 CameraParameters(const String8 &params) { unflatten(params); }
48 void unflatten(const String8 &params);
H A DCameraParameters2.h35 CameraParameters2(const String8 &params) { unflatten(params); }
39 void unflatten(const String8 &params);
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h655 status_t status = l->unflatten(constBuffer, size, constFds, numFds);
/frameworks/av/media/libstagefright/bqhelper/
H A DConversion.cpp250 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
537 if (l->unflatten(constBuffe
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...]
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DConversion.h227 * `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
422 status_t unflatten(
461 status_t unflatten(HGraphicBufferProduce
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp927 mDefaultParameters.unflatten(String8(parms.c_str()));
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp690 parms.unflatten(tmp);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
/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/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/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java574 parameters.unflatten((String) msg.obj);
/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");
H A DBlobCache.h146 // 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);
H A DBlobCache_test.cpp518 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/ml/nn/driver/cache/nnCache/
H A DnnCache.cpp285 int err = mBlobCache->unflatten(buf + headerSize, cacheSize);
/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/include/gui/
H A DBufferItem.h42 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
H A DFrameTimestamps.h265 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,
H A DHdrMetadata.h40 status_t unflatten(void const* buffer, size_t size);
H A DIGraphicBufferProducer.h361 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
398 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
/frameworks/native/include/ui/
H A DFence.h136 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);

Completed in 426 milliseconds

123