/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 101 const auto [nodeIter, inserted] = attributeKeys.insert(attr.key); in validateAttributes() 102 EXPECT_EQ(inserted, true) << "Attribute \"" << attr.key << "\" has duplicates."; in validateAttributes() 265 const auto [roleIter, inserted] = roleKeys.insert(role.role); in TEST_P() 266 EXPECT_EQ(inserted, true) << "Role \"" << role.role << "\" has duplicates."; in TEST_P() 282 const auto [nodeIter, inserted] = nodeKeys.insert(node.name); in TEST_P() 283 EXPECT_EQ(inserted, true) << "Node \"" << node.name << "\" has duplicates."; in TEST_P() 323 const auto [nodeIter, inserted] = nodeKeys.insert(node.mName); in TEST_P() 324 EXPECT_EQ(inserted, true) in TEST_P()
|
/hardware/google/gfxstream/host/gl/ |
D | ReadbackWorkerGl.cpp | 56 auto [it, inserted] = mTrackedDisplays.emplace(displayId, TrackedDisplay(displayId, w, h)); in initReadbackForDisplay() 57 if (!inserted) { in initReadbackForDisplay()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/ |
D | testspec.adoc | 32 // Table of contents is inserted here
|
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfigIndication.hal | 30 * slot is inactive. For example, this indication must be triggered if a SIM card is inserted
|
/hardware/interfaces/cas/1.2/ |
D | ICasListener.hal | 29 * the positive number presents how many plugins are inserted;
|
/hardware/interfaces/radio/config/1.2/ |
D | IRadioConfigIndication.hal | 31 * slot is inactive. For example, this indication must be triggered if a SIM card is inserted
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | DeviceManager.h | 54 auto [inserted, _] = instances.emplace(name, Derived::createInterfaceInstance(name)); in get() 55 return inserted->second; in get()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_robustness2.adoc | 24 bounds values are treated as zero, and then missing components are inserted
|
D | VK_EXT_display_control.adoc | 34 native object that could be inserted into standard run loops on POSIX and
|
D | VK_EXT_debug_marker.adoc | 170 ** Added optional color to markers (both regions and inserted labels)
|
/hardware/google/gfxstream/guest/magma/ |
D | magma.cpp | 332 auto [_, inserted] = context->buffer_info_.emplace( in magma_connection_create_buffer() 334 if (!inserted) { in magma_connection_create_buffer()
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | README.md | 69 Error can be inserted during authentction by specifying the authenticate_error 124 A permanent lockout can be inserted on next authentication attempt independent of the failed <br/>
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 420 struct vk_pipeline_cache_object *inserted = in vk_pipeline_cache_add_object() local 423 if (object == inserted) { in vk_pipeline_cache_add_object() 445 return inserted; in vk_pipeline_cache_add_object()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | README.md | 18 …- If you have any custom elements inserted in the source html, they are handled in non-strict mode… 99 If you have any custom elements inserted under `<div id=#content></div>` in the source single html,…
|
/hardware/interfaces/radio/1.6/ |
D | IRadioIndication.hal | 122 * inserted or removed and updated by IRadio.updateSimPhonebookRecords.
|
/hardware/interfaces/radio/1.1/ |
D | IRadio.hal | 50 * inserted or removed.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | vkspec.adoc | 44 // Table of contents is inserted here
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 78 * Note: this method is only supported for effects inserted into 151 * Note: this method is only supported for effects inserted into 218 * Note: this method is only supported for effects inserted into
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffect.hal | 75 * Note: this method is only supported for effects inserted into 144 * Note: this method is only supported for effects inserted into 205 * Note: this method is only supported for effects inserted into
|
/hardware/interfaces/audio/effect/7.0/ |
D | IEffect.hal | 73 * Note: this method is only supported for effects inserted into 142 * Note: this method is only supported for effects inserted into 203 * Note: this method is only supported for effects inserted into
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/ |
D | device_diagnostic_checkpoints.adoc | 14 Device diagnostic checkpoints are inserted into the command stream by
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 732 const auto& [iter, inserted] = uniqueNames.insert(name); in TEST_P() 733 ASSERT_TRUE(inserted); in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_utils.adoc | 226 Additionally, a single debug label may be inserted at any time using 285 A single label can be inserted into a queue by calling: 289 * pname:queue is the queue into which a debug label will be inserted. 375 A single debug label can be inserted into a command buffer by calling:
|