/hardware/interfaces/automotive/evs/1.0/default/ |
D | EvsEnumerator.cpp | 57 std::vector<CameraDesc> descriptions; in getCameraList() local 58 descriptions.reserve(numCameras); in getCameraList() 60 descriptions.push_back( cam.desc ); in getCameraList() 64 hidl_vec<CameraDesc> hidlCameras(descriptions); in getCameraList()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsEnumerator.cpp | 94 std::vector<evs_v1_0::CameraDesc> descriptions; in getCameraList() local 95 descriptions.reserve(numCameras); in getCameraList() 97 descriptions.push_back(cam.desc.v1); in getCameraList() 101 hidl_vec<evs_v1_0::CameraDesc> hidlCameras(descriptions); in getCameraList() 268 std::vector<CameraDesc> descriptions; in getCameraList_1_1() local 269 descriptions.reserve(numCameras); in getCameraList_1_1() 271 [&](const auto& cam) { descriptions.push_back(cam.desc); }); in getCameraList_1_1() 274 hidl_vec<CameraDesc> hidlCameras(descriptions); in getCameraList_1_1()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_vertex_input_dynamic_state.adoc | 22 and attribute descriptions.
|
D | compressedtex.adoc | 38 .Mapping of Vulkan BC formats to descriptions 71 .Mapping of Vulkan ETC formats to descriptions 95 .Mapping of Vulkan ASTC formats to descriptions 201 .Mapping of Vulkan PVRTC formats to descriptions
|
D | boilerplate.adoc | 20 The interface descriptions in the specification are the same as the 434 The interface descriptions of these are available in the header files
|
D | VK_NV_device_generated_commands.adoc | 112 descriptions?
|
D | VK_KHR_external_memory.adoc | 175 Images and buffers are merely metadata containing brief descriptions of the
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 598 std::array<MetadataTypeDescription, 23> descriptions = { in listSupportedMetadataTypes() local 625 return std::vector<MetadataTypeDescription>(descriptions.begin(), descriptions.end()); in listSupportedMetadataTypes()
|
/hardware/interfaces/graphics/mapper/stable-c/vts/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 1610 const AIMapper_MetadataTypeDescription* descriptions = nullptr; in TEST_P() local 1613 mapper()->v5.listSupportedMetadataTypes(&descriptions, &descriptionCount)); in TEST_P() 1646 const auto& it = descriptions[i]; in TEST_P() 1680 const AIMapper_MetadataTypeDescription* descriptions = nullptr; in TEST_P() local 1683 mapper()->v5.listSupportedMetadataTypes(&descriptions, &descriptionCount)); in TEST_P() 1686 const auto& it = descriptions[i]; in TEST_P() 1709 const AIMapper_MetadataTypeDescription* descriptions = nullptr; in TEST_P() local 1712 mapper()->v5.listSupportedMetadataTypes(&descriptions, &descriptionCount)); in TEST_P() 1727 const auto& it = descriptions[i]; in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | README.adoc | 57 specification and reference page documents are generated from descriptions
|
D | ChangeLog.adoc | 334 * Fix markup to improve short descriptions for some 688 subset>...`" Those VUs link to the state subset descriptions, which 922 * Remove redundant "`input attachment`" wording in descriptions of 1038 * Clarify descriptions of 1677 missing API descriptions it turned up (internal issue 3271). 2216 versions, UUIDs, descriptions, etc. (internal merge request 5299). 2358 pname:sType / pname:pNext member descriptions where still missing 3037 * Fix mismatching struct member descriptions in 3202 * Restructure some structure descriptions for better adherence to the 3203 style guide and more detailed descriptions of their members. [all …]
|
D | BUILD.adoc | 470 * 2022-10-11 - Update descriptions of using the Docker image to use the 501 * 2015-09-21 - Add descriptions of LaTeX and MathJax math support for all
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 124 * in these descriptions as a 'packet'. 252 * in these descriptions as a 'packet'.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_device_fault.adoc | 232 generic structure to return vendor error codes and human-readable descriptions 239 descriptions to advise developers that additional information may be available.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 23 Vertex input attribute and vertex input binding descriptions also contain 245 descriptions as part of graphics pipeline creation by setting the 251 vertex input attribute and vertex input binding descriptions are specified 268 descriptions provided in pname:pVertexBindingDescriptions. 272 descriptions provided in pname:pVertexAttributeDescriptions. 400 and vertex input binding descriptions, call: 407 descriptions provided in pname:pVertexBindingDescriptions. 411 descriptions provided in pname:pVertexAttributeDescriptions. 416 descriptions state for subsequent drawing commands
|
/hardware/interfaces/confirmationui/1.0/ |
D | types.hal | 88 * See command code for individual test command descriptions.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | README.adoc | 23 descriptions in spec appendices.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 359 by descriptions of their parameters, which are usually simple scalar types, 791 This aids in extracting short descriptions of parameters for inclusion in 822 parameter descriptions: 851 file at the end of their descriptions. 928 boilerplate for their descriptions. 962 Add general descriptions of the structure, if any, following the member 963 descriptions. 1200 In this case, the enumerated value descriptions must be followed by one
|
D | revisions.adoc | 199 * 2017-09-10 - Add descriptions of <<writing-arrays, how to use `each` and
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | README.adoc | 57 See `../scripts/README.adoc` for script descriptions.
|
D | registry.rnc | 353 # <implicitexternsyncparams> are spec-language descriptions of
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 2620 hidl_vec<IMapper::MetadataTypeDescription> descriptions; in TEST_P() local 2624 descriptions = tmpDescriptions; in TEST_P() 2635 ASSERT_LE(sRequiredMetadataTypes.size(), descriptions.size()); in TEST_P() 2637 for (const auto& description : descriptions) { in TEST_P()
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 567 * @return descriptions Vector of MetadataTypeDescriptions that represent the 571 generates (Error error, vec<MetadataTypeDescription> descriptions);
|
/hardware/google/gfxstream/ |
D | meson_options.txt | 543 description : 'Allow using KCMP_FILE to compare file descriptions. ' +
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 21 * introduction to and detailed descriptions of Android sensor types: 48 * for complete descriptions:
|