Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 44) sorted by relevance

12

/hardware/interfaces/media/omx/1.0/vts/functional/store/
DVtsHalMediaOmxV1_0TargetStoreTest.cpp101 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/
DReadbackWorkerGl.cpp56 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/
Dtestspec.adoc32 // Table of contents is inserted here
/hardware/interfaces/radio/config/1.0/
DIRadioConfigIndication.hal30 * slot is inactive. For example, this indication must be triggered if a SIM card is inserted
/hardware/interfaces/cas/1.2/
DICasListener.hal29 * the positive number presents how many plugins are inserted;
/hardware/interfaces/radio/config/1.2/
DIRadioConfigIndication.hal31 * slot is inactive. For example, this indication must be triggered if a SIM card is inserted
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h54 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/
DVK_EXT_robustness2.adoc24 bounds values are treated as zero, and then missing components are inserted
DVK_EXT_display_control.adoc34 native object that could be inserted into standard run loops on POSIX and
DVK_EXT_debug_marker.adoc170 ** Added optional color to markers (both regions and inserted labels)
/hardware/google/gfxstream/guest/magma/
Dmagma.cpp332 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/
DREADME.md69 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/
Dvk_pipeline_cache.c420 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/
DREADME.md18 …- 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/
DIRadioIndication.hal122 * inserted or removed and updated by IRadio.updateSimPhonebookRecords.
/hardware/interfaces/radio/1.1/
DIRadio.hal50 * inserted or removed.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dvkspec.adoc44 // Table of contents is inserted here
/hardware/interfaces/audio/effect/6.0/
DIEffect.hal75 * 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/
DIEffect.hal75 * 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/
DIEffect.hal78 * 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/
DIEffect.hal75 * 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/
DIEffect.hal73 * 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/
Ddevice_diagnostic_checkpoints.adoc14 Device diagnostic checkpoints are inserted into the command stream by
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp732 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/
DVK_EXT_debug_utils.adoc226 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:

12