/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_frame_provider.cpp | 133 struct camera3_jpeg_blob* blob = reinterpret_cast<struct camera3_jpeg_blob*>( in copyJpegData() local 135 blob->jpeg_blob_id = CAMERA3_JPEG_BLOB_ID; in copyJpegData() 136 blob->jpeg_size = cached_jpeg_.size(); in copyJpegData() 141 bool VsockFrameProvider::isBlob(const std::vector<char>& blob) { in isBlob() argument 142 bool is_png = blob.size() > 4 && (blob[0] & 0xff) == 0x89 && in isBlob() 143 (blob[1] & 0xff) == 0x50 && (blob[2] & 0xff) == 0x4e && in isBlob() 144 (blob[3] & 0xff) == 0x47; in isBlob() 146 blob.size() > 2 && (blob[0] & 0xff) == 0xff && (blob[1] & 0xff) == 0xd8; in isBlob()
|
D | vsock_frame_provider.h | 51 bool isBlob(const std::vector<char>& blob);
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_key_blob_maker.cpp | 186 KeymasterKeyBlob* blob, in CreateKeyBlob() argument 210 hidden, blob); in CreateKeyBlob() 216 KeymasterKeyBlob* blob) const { in UnvalidatedCreateKeyBlob() 236 *blob = generated_blob; in UnvalidatedCreateKeyBlob() 244 const keymaster_key_blob_t& blob, AuthorizationSet* hw_enforced, in UnwrapKeyBlob() argument 247 keymaster::Buffer key_material_buffer(blob.key_material_size); in UnwrapKeyBlob() 256 auto buf = blob.key_material; in UnwrapKeyBlob() 257 auto buf_end = buf + blob.key_material_size; in UnwrapKeyBlob()
|
D | tpm_key_blob_maker.h | 42 keymaster::KeymasterKeyBlob* blob, 51 keymaster::KeymasterKeyBlob* blob) const; 65 const keymaster_key_blob_t& blob,
|
D | proxy_keymaster_context.h | 85 const keymaster::KeymasterKeyBlob& blob, in ParseKeyBlob() argument 88 return wrapped_.ParseKeyBlob(blob, additional_params, key); in ParseKeyBlob()
|
/device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
D | VK_KHR_buffer_device_address.txt | 18 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_… 20 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference2.txt[`GL… 22 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference_uvec2.tx… 36 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E… 69 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E… 72 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference2.txt[`GL_… 74 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference_uvec2.txt… 112 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E… 115 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference2.txt[`GL_… 117 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference_uvec2.txt…
|
D | VK_NV_shader_subgroup_partitioned.txt | 15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GL_NV_shader_subgroup_partitioned.t… 24 https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GL_NV_shader_subgroup_partitioned.tx…
|
D | VK_NV_cooperative_matrix.txt | 15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_cooperative_matrix.txt[`GL_… 32 https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_cooperative_matrix.txt[`GL_N…
|
D | VK_KHR_ray_query.txt | 13 …https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensio… 15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_ray_query.txt[`GLSL_EXT_r…
|
D | VK_KHR_shader_subgroup_extended_types.txt | 16 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_shader_subgroup_extended_…
|
D | VK_EXT_shader_image_atomic_int64.txt | 24 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_shader_image_int64.txt[`G…
|
D | VK_KHR_shader_clock.txt | 19 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GL_EXT_shader_realtime_clock.txt[`…
|
D | VK_EXT_buffer_device_address.txt | 28 https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_buffer_reference.txt[`GL_E…
|
D | VK_NV_compute_shader_derivatives.txt | 17 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_compute_shader_derivatives.…
|
D | VK_KHR_8bit_storage.txt | 16 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GL_EXT_shader_16bit_storage.txt[`G…
|
D | VK_NV_shader_sm_builtins.txt | 15 …https://github.com/KhronosGroup/GLSL/blob/master/extensions/nv/GLSL_NV_shader_sm_builtins.txt[`GL_…
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | BlobCache_unittest.cpp | 33 BlobPut blob; in MakeBlob() local 34 EXPECT_TRUE(blob.resize(size)); in MakeBlob() 35 MakeSequence(blob, start); in MakeBlob() 36 return blob; in MakeBlob() 60 Blob blob; in TEST() local 61 EXPECT_FALSE(blobCache.get(nullptr, MakeKey(0), &blob)); in TEST()
|
D | SizedMRUCache_unittest.cpp | 19 Blob blob; in MakeBlob() local 22 blob.push_back(value); in MakeBlob() 24 return blob; in MakeBlob() 41 const Blob *blob = nullptr; in TEST() local 42 EXPECT_FALSE(sizedCache.get("test", &blob)); in TEST()
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster4_device.cpp | 108 p.blob.resize(sizeof(hw_auth_token_t)); in injectAuthToken() 110 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() 157 params[i] = keymaster_param_blob(tag, &keyParams[i].blob[0], in KmParamSet() 158 keyParams[i].blob.size()); in KmParamSet() 177 inline hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_key_blob_t& blob) { in kmBlob2hidlVec() argument 179 result.setToExternal(const_cast<unsigned char*>(blob.key_material), blob.key_material_size); in kmBlob2hidlVec() 183 inline hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_blob_t& blob) { in kmBlob2hidlVec() argument 185 result.setToExternal(const_cast<unsigned char*>(blob.data), blob.data_length); in kmBlob2hidlVec() 238 result[i].blob.setToExternal(const_cast<unsigned char*>(params[i].blob.data), in kmParamSet2Hidl() 239 params[i].blob.data_length); in kmParamSet2Hidl()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | DrmPresenter.cpp | 517 drmModePropertyBlobPtr blob = in getEdid() local 519 if (!blob) { in getEdid() 525 uint8_t* start = static_cast<uint8_t*>(blob->data); in getEdid() 526 edid.insert(edid.begin(), start, start + blob->length); in getEdid() 528 drmModeFreePropertyBlob(blob); in getEdid()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmPresenter.cpp | 636 drmModePropertyBlobPtr blob = in getEdid() local 638 if (!blob) { in getEdid() 644 uint8_t* start = static_cast<uint8_t*>(blob->data); in getEdid() 645 edid.insert(edid.begin(), start, start + blob->length); in getEdid() 647 drmModeFreePropertyBlob(blob); in getEdid()
|
/device/generic/vulkan-cereal/third-party/googletest/docs/ |
D | community_created_documentation.md | 6 * [Googlemock Insights](https://github.com/ElectricRCAircraftGuy/eRCaGuy_dotfiles/blob/master/goo…
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 78 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c… 85 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c… 269 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c… 276 …don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_c…
|
/device/linaro/hikey/ |
D | proprietary-blobs.txt | 15 # This file is generated by device/common/generate-blob-lists.sh - DO NOT EDIT
|
/device/generic/vulkan-cereal/protocols/vulkan/config/chunkindex/ |
D | README.adoc | 31 https://github.com/filamentgroup/loadJS/blob/master/loadJS.js
|