Searched refs:patches (Results 1 – 20 of 20) sorted by relevance
/hardware/broadcom/wlan/ |
D | .gitignore | 39 patches-* 42 patches
|
/hardware/interfaces/audio/aidl/default/ |
D | Module.cpp | 257 auto& patches = getConfig().patches; in findConnectedPortConfigIds() local 259 auto patchIt = findById<AudioPatch>(patches, it->second); in findConnectedPortConfigIds() 260 if (patchIt == patches.end()) { in findConnectedPortConfigIds() 805 *_aidl_return = getConfig().patches; in getAudioPatches() 999 auto& patches = getConfig().patches; in setAudioPatch() local 1000 auto existing = patches.end(); in setAudioPatch() 1003 existing = findById<AudioPatch>(patches, in_requested.id); in setAudioPatch() 1004 if (existing != patches.end()) { in setAudioPatch() 1040 if (existing == patches.end()) { in setAudioPatch() 1042 patches.push_back(*_aidl_return); in setAudioPatch() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_corner_sampled_image.adoc | 43 continuity between adjacent patches by duplicating values along shared 47 even if the adjacent patches use different LOD values.
|
D | invariance.adoc | 165 generated for two adjacent patches have identical vertices along shared 169 *Rule 1* _When processing two patches with identical outer and inner 210 *Rule 5* _When processing two patches that are identical in all respects 219 *Rule 6* _When processing two patches that are identical in all respects
|
D | VK_KHR_surface.adoc | 112 ** Initial draft, based on LunarG KHR spec, other KHR specs, patches
|
D | VK_KHR_swapchain.adoc | 427 ** Initial draft, based on LunarG KHR spec, other KHR specs, patches
|
/hardware/interfaces/audio/2.0/ |
D | IDevice.hal | 150 * Returns whether HAL supports audio patches. 152 * @return supports true if audio patches are supported.
|
/hardware/interfaces/audio/6.0/ |
D | IDevice.hal | 152 * Returns whether HAL supports audio patches. Patch represents a connection 154 * patches natively (in hardware) then audio system will need to establish 157 * @return supports true if audio patches are supported.
|
/hardware/interfaces/audio/7.0/ |
D | IDevice.hal | 164 * Returns whether HAL supports audio patches. Patch represents a connection 166 * patches natively (in hardware) then audio system will need to establish 169 * @return supports true if audio patches are supported.
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 152 * Returns whether HAL supports audio patches. 154 * @return supports true if audio patches are supported.
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 152 * Returns whether HAL supports audio patches. 154 * @return supports true if audio patches are supported.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLogSC.adoc | 9 Updates on GitHub are done as single large patches at the release point,
|
D | ChangeLog.adoc | 8 on GitHub are done as single large patches at the release point, collecting
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | Module.h | 45 std::vector<AudioPatch> patches; member
|
/hardware/google/gfxstream/ |
D | .gitignore | 287 patches-*
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 4158 std::vector<std::unique_ptr<WithAudioPatch>> patches; in SetPatch() local 4161 patches.push_back( in SetPatch() 4163 EXPECT_NO_FATAL_FAILURE(patches[patches.size() - 1]->SetUp(module.get())); in SetPatch() 4165 patches[patches.size() - 1]->VerifyAgainstAllPatches(module.get())); in SetPatch()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | tessellation.adoc | 189 not executed for patches that are discarded.
|
D | shaders.adoc | 14 control and evaluation shaders operating on <<drawing-patch-lists,patches>>, 2021 The size of the input and output patches must: each be greater than zero and
|
D | queries.adoc | 1701 patches processed by the tessellation control shader.
|
D | limits.adoc | 404 the maximum patch size, in vertices, of patches that can: be processed
|