/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | proto_trace_reader.cc | 71 base::Status ProtoTraceReader::Parse(TraceBlobView blob) { in Parse() 286 void ProtoTraceReader::ParseTraceConfig(protozero::ConstBytes blob) { in ParseTraceConfig() 383 base::Status ProtoTraceReader::ParseClockSnapshot(ConstBytes blob, in ParseClockSnapshot() 463 base::Status ProtoTraceReader::ParseRemoteClockSync(ConstBytes blob) { in ParseRemoteClockSync() 603 base::Status ProtoTraceReader::ParseServiceEvent(int64_t ts, ConstBytes blob) { in ParseServiceEvent() 642 void ProtoTraceReader::ParseTraceStats(ConstBytes blob) { in ParseTraceStats()
|
H A D | android_probes_module.cc | 223 TraceBlob blob = TraceBlob::CopyFrom(vec.data(), vec.size()); in TokenizePacket() local 274 protozero::ConstBytes blob) { in ParseEnergyDescriptor() 299 protozero::ConstBytes blob) { in ParseAndroidPackagesList() 324 protozero::ConstBytes blob) { in ParseEntityStateDescriptor()
|
H A D | gpu_event_parser.cc | 137 void GpuEventParser::ParseGpuCounterEvent(int64_t ts, ConstBytes blob) { in ParseGpuCounterEvent() 344 ConstBytes blob) { in ParseGpuRenderStageEvent() 634 ConstBytes blob) { in ParseVulkanMemoryEvent() 721 void GpuEventParser::ParseGpuLog(int64_t ts, ConstBytes blob) { in ParseGpuLog() 756 void GpuEventParser::ParseVulkanApiEvent(int64_t ts, ConstBytes blob) { in ParseVulkanApiEvent() 793 void GpuEventParser::ParseGpuMemTotalEvent(int64_t ts, ConstBytes blob) { in ParseGpuMemTotalEvent()
|
/aosp_15_r20/system/keymaster/legacy_support/ |
H A D | keymaster_passthrough_engine.cpp | 95 keymaster_error_t ExportKey(keymaster_key_format_t format, const KeymasterKeyBlob& blob, in ExportKey() 213 keymaster_key_blob_t blob = {}; in GenerateKey() local 233 keymaster_key_blob_t blob = {}; in GenerateKey() local 256 keymaster_key_blob_t blob = {}; in ImportKey() local 281 keymaster_key_blob_t blob = {}; in ImportKey() local
|
H A D | keymaster1_engine.cpp | 82 keymaster_key_blob_t blob; in GenerateKey() local 105 keymaster_key_blob_t blob; in ImportKey() local 128 RSA* Keymaster1Engine::BuildRsaKey(const KeymasterKeyBlob& blob, in BuildRsaKey() 170 EC_KEY* Keymaster1Engine::BuildEcKey(const KeymasterKeyBlob& blob, in BuildEcKey() 340 EVP_PKEY* Keymaster1Engine::GetKeymaster1PublicKey(const KeymasterKeyBlob& blob, in GetKeymaster1PublicKey()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_disk_cache.c | 53 struct blob blob; in lima_vs_disk_cache_store() local 81 struct blob blob; in lima_fs_disk_cache_store() local 122 struct blob_reader blob; in lima_vs_disk_cache_retrieve() local 174 struct blob_reader blob; in lima_fs_disk_cache_retrieve() local
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_shader_cache.c | 44 write_stream_out_to_cache(struct blob *blob, in write_stream_out_to_cache() 57 copy_blob_to_driver_cache_blob(struct blob *blob, struct gl_program *prog) in copy_blob_to_driver_cache_blob() 64 write_nir_to_cache(struct blob *blob, struct gl_program *prog) in write_nir_to_cache() 80 struct blob blob; in st_serialise_nir_program() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_disk_cache.c | 59 write_shader(struct blob *blob, const struct agx_compiled_shader *binary, in write_shader() 93 read_shader(struct agx_screen *screen, struct blob_reader *blob, in read_shader() 163 struct blob blob; in agx_disk_cache_store() local 194 struct blob_reader blob; in agx_disk_cache_retrieve() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrTextBlobTest.cpp | 55 SkBitmap rasterize_blob(SkTextBlob* blob, in rasterize_blob() 101 auto blob = builder.make(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 137 auto rasterizeBlob = [&](SkTextBlob* blob, SkPoint origin, const SkMatrix& matrix) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 154 auto blob = makeBlob({0, 0}); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 180 auto blob = makeBlob({deltaPosX, deltaPosY}); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 361 auto blob = builder.make(); in DEF_TEST() local
|
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | blob_test.cpp | 58 struct blob blob; in TEST() local 127 struct blob blob; in TEST() local 181 struct blob blob; in TEST() local 204 struct blob blob; in TEST() local
|
/aosp_15_r20/external/libese/libese-hw/nxp/pn80t/ |
H A D | nq_nci.c | 64 int platform_toggle_bootloader(void *blob, int val) { in platform_toggle_bootloader() 72 int platform_toggle_reset(void *blob, int val) { in platform_toggle_reset() 102 int platform_release(void *blob) { in platform_release() 113 int platform_wait(void *UNUSED(blob), long usec) { in platform_wait()
|
/aosp_15_r20/system/security/keystore2/src/km_compat/ |
H A D | lib.rs | 186 let blob = generate_rsa_key(legacy.as_ref(), false, false); in test_upgrade_key() localVariable 195 let blob = generate_rsa_key(legacy.as_ref(), false, false); in test_delete_key() localVariable 272 let blob = generate_aes_key(legacy.as_ref()); in test_begin_abort() localVariable 284 let blob = generate_aes_key(legacy.as_ref()); in test_begin_update_finish() localVariable 386 let blob = generate_rsa_key(legacy.as_ref(), false, false); in test_get_key_characteristics() localVariable
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/ |
H A D | thermal_tracker.cc | 73 protozero::ConstBytes blob) { in ParseThermalTemperature() 83 protozero::ConstBytes blob) { in ParseCdevUpdate() 91 void ThermalTracker::ParseThermalExynosAcpmBulk(protozero::ConstBytes blob) { in ParseThermalExynosAcpmBulk() 126 protozero::ConstBytes blob) { in ParseThermalExynosAcpmHighOverhead()
|
H A D | pkvm_hyp_cpu_tracker.cc | 61 protozero::ConstBytes blob) { in ParseHypEvent() 100 protozero::ConstBytes blob) { in ParseHostHcall() 118 protozero::ConstBytes blob) { in ParseHostSmc() 136 protozero::ConstBytes blob) { in ParseHostMemAbort()
|
/aosp_15_r20/system/update_engine/lz4diff/ |
H A D | lz4diff_compress.cc | 30 bool TryCompressBlob(std::string_view blob, in TryCompressBlob() 122 Blob TryCompressBlob(std::string_view blob, in TryCompressBlob() 151 Blob TryDecompressBlob(std::string_view blob, in TryDecompressBlob() 229 Blob TryDecompressBlob(const Blob& blob, in TryDecompressBlob()
|
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/ |
H A D | Blob.java | 16 private Blob blob; field in BlobR 28 BlobR(Blob blob) { in BlobR() 162 private Blob blob; field in BlobW 174 BlobW(Blob blob) { in BlobW()
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/ |
D | keymaster.proto | 184 KeyBlob blob = 2; field 190 KeyBlob blob = 1; field 209 KeyBlob blob = 2; field 216 KeyBlob blob = 2; field 229 KeyBlob blob = 1; field 270 KeyBlob blob = 1; field 275 KeyBlob blob = 2; field 280 KeyBlob blob = 1; field 301 KeyBlob blob = 2; field 625 KeyBlob blob = 3; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster.proto | 184 KeyBlob blob = 2; field 190 KeyBlob blob = 1; field 209 KeyBlob blob = 2; field 217 KeyBlob blob = 2; field 230 KeyBlob blob = 1; field 271 KeyBlob blob = 1; field 276 KeyBlob blob = 2; field 281 KeyBlob blob = 1; field 302 KeyBlob blob = 2; field 628 KeyBlob blob = 3; field
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/ |
D | CustomAudienceBlobTest.java | 199 CustomAudienceBlob blob = new CustomAudienceBlob(true, true, true, 12L, true, false); in testOverrideFromJSONObject_validValuesWithAuctionServerRequestFlagsEnabled() local 243 CustomAudienceBlob blob = new CustomAudienceBlob(true, true, true, 12L, true, false); in testOverrideFromJSONObject_invalidValuesWithAuctionServerRequestFlagsEnabled() local 289 CustomAudienceBlob blob = new CustomAudienceBlob(true, true, true, 12L, true, false); in testOverrideFromJSONObject_UnexpectedValuesWithAuctionServerRequestFlagsEnabled() local 386 CustomAudienceBlob blob = new CustomAudienceBlob(true, true, true, 12L, false, true); in testOverrideFromJSONObject_validValuesWithSellerConfigurationEnabled() local 430 CustomAudienceBlob blob = in testOverrideFromJSONObject_validValuesWithSellerConfigurationDisabled() local 482 CustomAudienceBlob blob = in testOverrideFromJSONObject_UnexpectedValuesWithSellerConfigurationFlagEnabled() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordCrypto.java | 63 private static byte[] decrypt(SecretKey key, byte[] blob) in decrypt() 77 private static byte[] encrypt(SecretKey key, byte[] blob) in encrypt() 133 public static byte[] decryptBlobV1(String protectorKeyAlias, byte[] blob, in decryptBlobV1() 168 public static byte[] decryptBlob(String protectorKeyAlias, byte[] blob, in decryptBlob()
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | runtime.c | 192 struct xnn_blob* blob = &runtime->blobs[i]; in initialize_workspace_blobs() local 209 struct xnn_blob* blob = &rt->blobs[i]; in initialize_workspace_blobs() local 325 struct xnn_blob* blob = &runtime->blobs[i]; in xnn_create_runtime_v4() local 388 const struct xnn_blob* blob = &runtime->blobs[value_id]; in xnn_setup_runtime() local 399 struct xnn_blob* blob = &runtime->blobs[value_id]; in xnn_setup_runtime() local
|
/aosp_15_r20/external/dtc/ |
H A D | fdtget.c | 138 static int list_properties(const void *blob, int node) in list_properties() 164 static int list_subnodes(const void *blob, int node) in list_subnodes() 220 static int show_data_for_item(const void *blob, struct display_info *disp, in show_data_for_item() 267 char *blob; in do_fdtget() local
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | dramc_param.c | 9 struct dramc_param *get_dramc_param_from_blob(void *blob) in get_dramc_param_from_blob() 14 void dump_param_header(const void *blob) in dump_param_header() 27 int initialize_dramc_param(void *blob) in initialize_dramc_param()
|
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/ |
H A D | blob_encoding.cc | 25 for (const auto& blob : blobs) { in EncodeBlobs() local 35 for (absl::string_view blob : blobs) { in EncodeBlobs() local 40 for (absl::string_view blob : blobs) { in EncodeBlobs() local
|
/aosp_15_r20/hardware/nxp/keymint/KM300/ |
D | JavacardKeyMintUtils.h | 48 inline void Vec2KmBlob(const vector<uint8_t>& input, KeymasterBlob* blob) { in Vec2KmBlob() 53 inline vector<uint8_t> kmBlob2vector(const keymaster_key_blob_t& blob) { in kmBlob2vector() 58 inline vector<uint8_t> kmBlob2vector(const keymaster_blob_t& blob) { in kmBlob2vector()
|