Searched refs:blobs (Results 1 – 10 of 10) 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()
78 blobs.resize(size, 0); in init()84 std::vector<uint32_t> blobs; variable
718 for (auto &it: blobs) { in ~SaveBlob()721 blobs.clear(); in ~SaveBlob()727 if (type >= blobs.size()) { in addBlob()731 if (blobs[type] > 0) in addBlob()732 mDrmDevice->DestroyPropertyBlob(blobs[type]); in addBlob()734 blobs[type] = blob; in addBlob()739 if (type >= blobs.size()) { in getBlob()743 return blobs[type]; in getBlob()
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
214 * 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