Searched refs:blobs (Results 1 – 8 of 8) sorted by relevance
251 std::vector<uint8_t> blobs; in setLayerPerFrameMetadataBlobs() local257 int writeIndex = blobs.size(); in setLayerPerFrameMetadataBlobs()258 blobs.resize(blobs.size() + metadataBlob.blob.size()); in setLayerPerFrameMetadataBlobs()259 memcpy(blobs.data() + writeIndex, metadataBlob.blob.data(), metadataBlob.blob.size()); in setLayerPerFrameMetadataBlobs()265 blobs.data()); in setLayerPerFrameMetadataBlobs()
236 * values for arrays (including string and blobs) describe the supported237 * values for each element (character for string, and bytes for blobs). It238 * is optional for read-only strings and blobs.268 * blobs have no sub-elements and can be thought of as byte arrays.
121 std::vector<IComposerClient::PerFrameMetadataBlob>& blobs) = 0;
242 * Usability requirements of key blobs. This defines what system functionality must be available243 * for the key to function. For example, key "blobs" which are actually handles referencing
213 * blobs for any operations.
274 * values for arrays (including string and blobs) describe the supported275 * values for each element (character for string, and bytes for blobs). It276 * is optional for read-only strings and blobs.
76 * The list of keys that represent blobs are:
972 * Usability requirements of key blobs. This defines what system functionality must be available973 * for the key to function. For example, key "blobs" which are actually handles referencing