/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_context.h | 38 std::shared_ptr<UInt32List> handles; member
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_references_data.cpp | 65 auto handles = GetObjectHandles(); in Maker() local
|
H A D | get_object_handles_data.cpp | 60 auto handles = GetObjectHandles(); in Maker() local
|
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_manager_common.cpp | 241 void GraphicsManagerCommon::DrawFrame(void* ecs, void* handles) in DrawFrame() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_lights.cpp | 82 const RenderHandle handles[] = { lightBufferHandle_.GetHandle(), lightClusterBufferHandle_.GetHandle() }; in InitNode() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_api.h | 132 const uint16_t *handles; member 149 const uint16_t *handles; member
|
H A D | avdtp_api.c | 1075 uint16_t AVDT_StartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) in AVDT_StartReq() argument 1108 uint16_t AvdtStartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) in AvdtStartReq() argument 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/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | pipeline_descriptor_set_binder.cpp | 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 D | render_command_list.cpp | 1505 void RenderCommandList::UpdateDescriptorSets(const BASE_NS::array_view<const RenderHandle> handles, in UpdateDescriptorSets() argument 1633 void RenderCommandList::BindDescriptorSets(const uint32_t firstSet, const array_view<const RenderHandle> handles) in BindDescriptorSets() argument [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/ |
H A D | render_node_scene_util.cpp | 393 SceneCameraImageHandles handles; in GetSceneCameraImageHandles() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.cpp | 227 uint16_t handles[] = {handle}; in SuspendReq() local 242 uint16_t handles[] = {handle}; in StartReq() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 510 MeshBuilder::BufferHandles handles; in CreateGpuBuffers() local 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/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 833 BASE_NS::vector<RENDER_NS::RenderHandleReference> handles; in DrawMultiEcs() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.cpp | 853 ExecutorPool::Task CloudServiceImpl::GenTask(int32_t retry, int32_t user, Handles handles) in GenTask() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 873 array_view<RenderHandleReference> handles = { handleReferences, maxCount }; in AddSingleMaterial() local 649 RenderMaterialFlagsFromMaterialValues(const MaterialComponent& matComp, const RenderDataDefaultMaterial::MaterialHandles& handles, const uint32_t hasTransformBit, const bool enableGpuInstancing) RenderMaterialFlagsFromMaterialValues() argument [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 235 uint32_t FindHandleIndex(vector<T> const& handles, T handle) in FindHandleIndex() argument 245 uint32_t FindOrAddIndex(vector<T>& handles, const T& handle) in FindOrAddIndex() argument [all...] |