Home
last modified time | relevance | path

Searched refs:handles (Results 1 - 25 of 36) sorted by relevance

12

/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_references_data.cpp65 auto handles = GetObjectHandles(); in Maker() local
66 if (handles == nullptr) { in Maker()
69 MtpPacketTool::PutAUInt32(outBuffer, handles->data(), handles->size()); in Maker()
H A Dget_object_handles_data.cpp60 auto handles = GetObjectHandles(); in Maker() local
61 if (handles == nullptr) { in Maker()
62 MEDIA_ERR_LOG("GetObjectHandlesData::maker handles"); in Maker()
66 MtpPacketTool::PutAUInt32(outBuffer, handles->data(), handles->size()); in Maker()
H A Dset_object_references_data.cpp55 context_->handles = MtpPacketTool::GetAUInt32(buffer, offset); in Parser()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.cpp208 vector<RenderHandle> handles;
209 handles.reserve(descriptorSetsLayoutBindings.size());
217 handles.push_back(CreateDescriptorSet(ref.binding));
219 return handles;
246 vector<RenderHandle> handles;
247 handles.reserve(descriptorSetsLayoutBindings.size());
249 handles.push_back(CreateOneFrameDescriptorSet(ref.binding));
251 return handles;
279 RenderHandle handles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT];
283 handles[id
[all...]
H A Dpipeline_descriptor_set_binder.cpp539 const array_view<const RenderHandle> handles, in PipelineDescriptorSetBinder()
542 Init(pipelineLayout, handles, descriptorSetsLayoutBindings, true); in PipelineDescriptorSetBinder()
549 RenderHandle handles[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] { {}, {}, {}, {} }; in PipelineDescriptorSetBinder()
550 Init(pipelineLayout, { handles, descriptorSetsLayoutBindings.size() }, descriptorSetsLayoutBindings, false); in PipelineDescriptorSetBinder()
554 const BASE_NS::array_view<const RenderHandle> handles, in Init()
570 const auto descHandle = handles[setIdx]; in Init()
538 PipelineDescriptorSetBinder(const PipelineLayout& pipelineLayout, const array_view<const RenderHandle> handles, const array_view<const DescriptorSetLayoutBindings> descriptorSetsLayoutBindings) PipelineDescriptorSetBinder() argument
553 Init(const PipelineLayout& pipelineLayout, const BASE_NS::array_view<const RenderHandle> handles, const BASE_NS::array_view<const DescriptorSetLayoutBindings> descriptorSetsLayoutBindings, bool validHandles) Init() argument
H A Dpipeline_descriptor_set_binder.h160 const BASE_NS::array_view<const RenderHandle> handles,
204 // binder can be created without valid handles
205 void Init(const PipelineLayout& pipelineLayout, const BASE_NS::array_view<const RenderHandle> handles,
H A Dnode_context_descriptor_set_manager.h67 const BASE_NS::array_view<const RenderHandle> handles,
H A Drender_command_list.cpp484 // only add descriptor set handles for barriers if there are dynamic barrier resources in AddBarrierPoint()
1030 // NOTE: validation needed for invalid handles in ProcessInputAttachments()
1505 void RenderCommandList::UpdateDescriptorSets(const BASE_NS::array_view<const RenderHandle> handles, in UpdateDescriptorSets() argument
1509 if (handles.size() != bindingResources.size()) { in UpdateDescriptorSets()
1510 PLUGIN_LOG_W("RENDER_VALIDATION: UpdateDescriptorSets handles and bindingResources size does not match"); in UpdateDescriptorSets()
1513 const uint32_t count = static_cast<uint32_t>(Math::min(handles.size(), bindingResources.size())); in UpdateDescriptorSets()
1516 const auto& handleRef = handles[idx]; in UpdateDescriptorSets()
1560 PLUGIN_LOG_E("RenderCommandList::BindDescriptorSets: firstSet + handles.size() (%u) exceeds max count (%u)", in BindDescriptorSets()
1633 void RenderCommandList::BindDescriptorSets(const uint32_t firstSet, const array_view<const RenderHandle> handles) in BindDescriptorSets() argument
1636 const uint32_t count = Math::min((uint32_t)handles in BindDescriptorSets()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_cache.cpp103 // NOTE: does not try to re-use handles in BeginFrame()
136 vector<RenderHandleReference> handles(descs.size()); in ReserveGpuImages()
137 for (size_t idx = 0; idx < handles.size(); ++idx) { in ReserveGpuImages()
138 handles[idx] = ReserveGpuImageImpl(descs[idx]); in ReserveGpuImages()
140 return handles; in ReserveGpuImages()
153 // allocate both handles in ReserveGpuImagePair()
184 // shallow handles in DestroyOldImages()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.h132 const uint16_t *handles; member
149 const uint16_t *handles; member
273 extern uint16_t AvdtStartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel);
275 extern uint16_t AvdtSuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel);
H A Davdtp_api.c1075 uint16_t AVDT_StartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) in AVDT_StartReq() argument
1077 LOG_INFO("[AVDT]%{public}s:handles[0] is %hu", __func__, handles[0]); in AVDT_StartReq()
1087 param->handles = handles; in AVDT_StartReq()
1103 param->ret = AvdtStartReq(param->handles, param->numHandles, param->transLabel); in AvdtStartReqTsk()
1108 uint16_t AvdtStartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) in AvdtStartReq() argument
1110 LOG_DEBUG("[AVDT]%{public}s:handles[0] is %hu", __func__, handles[0]); in AvdtStartReq()
1112 AvdtStreamCtrl *streamCtrl = AvdtGetStreamCtrlByHandle(handles[ in AvdtStartReq()
1227 AVDT_SuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) AVDT_SuspendReq() argument
1260 AvdtSuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) AvdtSuspendReq() argument
[all...]
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_common_event.h27 const EventFwk::CommonEventSubscribeInfo& subscriberInfo, const std::map<std::string, EventHandle>& handles);
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Dmock_mt_accessibility_common_event.h27 const EventFwk::CommonEventSubscribeInfo& subscriberInfo, const std::map<std::string, EventHandle>& handles);
/foundation/barrierfree/accessibility/services/test/xts/inc/
H A Dmock_accessibility_common_event.h27 const EventFwk::CommonEventSubscribeInfo& subscriberInfo, const std::map<std::string, EventHandle>& handles);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/
H A Drender_node_scene_util.cpp393 SceneCameraImageHandles handles; in GetSceneCameraImageHandles() local
396 handles.radianceCubemap = gpuMgr.GetImageHandle( in GetSceneCameraImageHandles()
399 if (!RenderHandleUtil::IsValid(handles.radianceCubemap)) { in GetSceneCameraImageHandles()
400 handles.radianceCubemap = camera.environment.radianceCubemap.GetHandle(); in GetSceneCameraImageHandles()
402 if (!RenderHandleUtil::IsValid(handles.radianceCubemap)) { in GetSceneCameraImageHandles()
403 handles.radianceCubemap = in GetSceneCameraImageHandles()
406 return handles; in GetSceneCameraImageHandles()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_context.h38 std::shared_ptr<UInt32List> handles; member
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_manager_common.cpp241 void GraphicsManagerCommon::DrawFrame(void* ecs, void* handles) in DrawFrame() argument
244 ecss_[ecs] = handles; in DrawFrame()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_lights.cpp82 const RenderHandle handles[] = { lightBufferHandle_.GetHandle(), lightClusterBufferHandle_.GetHandle() }; in InitNode() local
83 rngShareMgr.RegisterRenderNodeOutputs(handles); in InitNode()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h261 * @param handles Handles for descriptor sets
264 virtual void UpdateDescriptorSets(const BASE_NS::array_view<const RenderHandle> handles,
287 * @param handles Handles to resources
289 virtual void BindDescriptorSets(const uint32_t firstSet, const BASE_NS::array_view<const RenderHandle> handles) = 0;
H A Dintf_node_context_descriptor_set_manager.h55 * To reiterate: All old descriptor set handles become invalid when this is called. */
61 * To reiterate: All old descriptor set handles become invalid when this is called. */
85 /** Create a IPipelineDescriptorSetBinder based on pipeline layout, handles, and layout bindings.
88 * @param handles Descriptor set handles
92 const BASE_NS::array_view<const RenderHandle> handles,
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dgraphics_manager_common.h60 void DrawFrame(void* ecs, void* handles);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp510 MeshBuilder::BufferHandles handles; in CreateGpuBuffers() local
518 handles.vertexBuffer = gpuResourceManager.Create(vertexBufferDesc); in CreateGpuBuffers()
523 handles.indexBuffer = gpuResourceManager.Create(indexBufferDesc); in CreateGpuBuffers()
529 handles.jointBuffer = gpuResourceManager.Create(jointAttributeDesc); in CreateGpuBuffers()
534 handles.morphBuffer = gpuResourceManager.Create(targetDesc); in CreateGpuBuffers()
537 return handles; in CreateGpuBuffers()
541 size_t targetDataSize, const MeshBuilder::BufferHandles& handles, const RenderHandleReference& stagingBuffer) in StageToBuffers()
549 staging->CopyBufferToBuffer(stagingBuffer, handles.vertexBuffer, copyData); in StageToBuffers()
554 staging->CopyBufferToBuffer(stagingBuffer, handles.indexBuffer, copyData); in StageToBuffers()
560 staging->CopyBufferToBuffer(stagingBuffer, handles in StageToBuffers()
540 StageToBuffers(IRenderContext& renderContext, size_t vertexDataSize, size_t indexDataSize, size_t jointDataSize, size_t targetDataSize, const MeshBuilder::BufferHandles& handles, const RenderHandleReference& stagingBuffer) StageToBuffers() argument
1611 BufferHandles handles; CreateBuffers() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h625 * @param[in] handles Handles of stream, use the first one usually
631 BTSTACK_API uint16_t AVDT_StartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel);
654 * @param[in] handles Handles of stream, use the first one usually
660 BTSTACK_API uint16_t AVDT_SuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp235 uint32_t FindHandleIndex(vector<T> const& handles, T handle) in FindHandleIndex() argument
237 if (auto const handlePos = std::find(handles.begin(), handles.end(), handle); handlePos != handles.end()) { in FindHandleIndex()
238 return static_cast<uint32_t>(std::distance(handles.begin(), handlePos)); in FindHandleIndex()
245 uint32_t FindOrAddIndex(vector<T>& handles, const T& handle) in FindOrAddIndex() argument
248 std::find_if(handles.begin(), handles.end(), [handle](const auto& rhs) { return handle == rhs; }); in FindOrAddIndex()
249 handlePos != handles.end()) { in FindOrAddIndex()
250 return static_cast<uint32_t>(std::distance(handles in FindOrAddIndex()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp227 uint16_t handles[] = {handle}; in SuspendReq() local
228 uint16_t ret = AVDT_SuspendReq(handles, A2DP_STREAM_HANDLES_NUMBER, &label); in SuspendReq()
242 uint16_t handles[] = {handle}; in StartReq() local
243 uint16_t ret = AVDT_StartReq(handles, A2DP_STREAM_HANDLES_NUMBER, &label); in StartReq()

Completed in 20 milliseconds

12