Home
last modified time | relevance | path

Searched refs:blobs (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
H A DNetworkAttributes.java152 private static List<InetAddress> blobArrayToInetAddressList(@Nullable final Blob[] blobs) { in blobArrayToInetAddressList() argument
153 if (null == blobs) return null; in blobArrayToInetAddressList()
154 final ArrayList<InetAddress> list = new ArrayList<>(blobs.length); in blobArrayToInetAddressList()
155 for (final Blob b : blobs) { in blobArrayToInetAddressList()
165 final ArrayList<Blob> blobs = new ArrayList<>(); in inetAddressListToBlobArray()
171 blobs.add(b); in inetAddressListToBlobArray()
173 return blobs.toArray(new Blob[0]); in inetAddressListToBlobArray()
/aosp12/packages/apps/Settings/src/com/android/settings/development/storage/
H A DBlobInfoListView.java141 void updateList(List<BlobInfo> blobs) {
143 if (blobs.isEmpty()) {
146 addAll(blobs);
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcHal.h251 std::vector<uint8_t> blobs; in setLayerPerFrameMetadataBlobs() local
257 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()
/aosp12/system/security/keystore2/src/
H A Dgc.rs103 let blobs = self in process_one_key() localVariable
108 self.superseded_blobs = blobs; in process_one_key()
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterfaceModule.cpp718 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()
H A DExynosDisplayDrmInterfaceModule.h78 blobs.resize(size, 0); in init()
84 std::vector<uint32_t> blobs; variable
/aosp12/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
H A DLocalTransport.java708 ArrayList<DecodedFilename> blobs = contentsByKey(packageDir); in getRestoreData() local
709 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error in getRestoreData()
715 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files"); in getRestoreData()
718 for (DecodedFilename keyEntry : blobs) { in getRestoreData()
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dkeystore_keys.te11 # its own Keymint blobs.
H A Dkeystore2_key_contexts13 # vold_key is a keystore2_key namespace for vold. It allows using raw Keymint blobs.
H A Dvold.te37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dkeystore_keys.te11 # its own Keymint blobs.
H A Dkeystore2_key_contexts13 # vold_key is a keystore2_key namespace for vold. It allows using raw Keymint blobs.
H A Dvold.te37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
/aosp12/system/sepolicy/private/
H A Dkeystore_keys.te11 # its own Keymint blobs.
H A Dkeystore2_key_contexts13 # vold_key is a keystore2_key namespace for vold. It allows using raw Keymint blobs.
H A Dvold.te37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A Dtypes.hal236 * values for arrays (including string and blobs) describe the supported
237 * values for each element (character for string, and bytes for blobs). It
238 * is optional for read-only strings and blobs.
268 * blobs have no sub-elements and can be thought of as byte arrays.
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerHal.h121 std::vector<IComposerClient::PerFrameMetadataBlob>& blobs) = 0;
/aosp12/system/update_engine/update_engine/
H A Dupdate_metadata.proto38 // // Data blobs for files, no specific format. The specific offset
42 // } blobs[];
277 // associated operation blobs (in operations[i].data_offset, data_length)
393 // If signatures are present, the offset into the blobs, generally
/aosp12/system/update_engine/
H A Dupdate_metadata.proto38 // // Data blobs for files, no specific format. The specific offset
42 // } blobs[];
277 // associated operation blobs (in operations[i].data_offset, data_length)
393 // If signatures are present, the offset into the blobs, generally
/aosp12/system/nvram/
H A DREADME.md5 spaces that can hold arbitrary data blobs of limited size. Access restrictions
/aosp12/hardware/interfaces/keymaster/3.0/
H A Dtypes.hal242 * Usability requirements of key blobs. This defines what system functionality must be available
243 * for the key to function. For example, key "blobs" which are actually handles referencing
/aosp12/hardware/interfaces/media/c2/1.0/
H A Dtypes.hal274 * values for arrays (including string and blobs) describe the supported
275 * values for each element (character for string, and bytes for blobs). It
276 * is optional for read-only strings and blobs.
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h218 std::vector<V2_3::IComposerClient::PerFrameMetadataBlob>& blobs) override;
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h353 std::vector<IComposerClient::PerFrameMetadataBlob>& blobs) override;

12