/ohos5.0/foundation/multimodalinput/input/tools/vuinput/test/ |
H A D | virtual_device_test.cpp | 47 auto ret = device.CreateHandle(deviceType); 61 auto ret = device.CreateHandle(deviceType); 75 auto ret = device.CreateHandle(deviceType); 89 auto ret = device.CreateHandle(deviceType); 103 auto ret = device.CreateHandle(deviceType); 117 auto ret = device.CreateHandle(deviceType); 131 auto ret = device.CreateHandle(deviceType); 145 auto ret = device.CreateHandle(deviceType); 159 auto ret = device.CreateHandle(deviceType); 173 auto ret = device.CreateHandle(deviceType); [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_handle_util.cpp | 66 RenderHandle CreateHandle(const RenderHandleType type, const uint32_t index) in CreateHandle() function 68 return CreateHandle(type, index, 0); in CreateHandle() 71 RenderHandle CreateHandle(const RenderHandleType type, const uint32_t index, const uint32_t generat… in CreateHandle() function 83 RenderHandle CreateHandle( in CreateHandle() function 86 RenderHandle handle = CreateHandle(type, index, generationIndex); in CreateHandle()
|
H A D | gpu_resource_handle_util.h | 157 RenderHandle CreateHandle(const RenderHandleType type, const uint32_t index); 158 RenderHandle CreateHandle(const RenderHandleType type, const uint32_t index, const uint32_t generat… 159 RenderHandle CreateHandle(
|
H A D | shader_manager.cpp | 959 …const RenderHandle handle = RenderHandleUtil::CreateHandle(RenderHandleType::GRAPHICS_STATE, array… in CreateGraphicsState() 1235 RenderHandleUtil::CreateHandle(RenderHandleType::VERTEX_INPUT_DECLARATION, arrayIndex); in CreateVertexInputDeclaration() 1524 …RenderHandleUtil::CreateHandle(RenderHandleType::PIPELINE_LAYOUT, arrayIndex, 0, descriptorSetBitm… in CreatePipelineLayout()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_descriptor_set_manager_gles.cpp | 97 … clientHandle = RenderHandleUtil::CreateHandle(RenderHandleType::DESCRIPTOR_SET, arrayIndex, 0); in CreateDescriptorSet() 148 clientHandle = RenderHandleUtil::CreateHandle( in CreateOneFrameDescriptorSet()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
H A D | decoder.h | 63 int32_t CreateHandle(const std::string &name, AvAttribute &attr);
|
H A D | decoder.cpp | 134 int32_t Decoder::CreateHandle(const std::string &name, AvAttribute &attr) in CreateHandle() function in OHOS::Media::Decoder
|
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/include/ |
H A D | virtual_device.h | 31 static bool CreateHandle(const std::string& deviceArgv);
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/ |
H A D | distributed_input_node_manager.h | 103 …int32_t CreateHandle(const InputDevice &inputDevice, const std::string &devId, const std::string &…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 208 …psoHandle = RenderHandleUtil::CreateHandle(RenderHandleType::COMPUTE_PSO, index, 0, descriptorSetB… in GetComputePsoHandle() 280 …psoHandle = RenderHandleUtil::CreateHandle(RenderHandleType::GRAPHICS_PSO, index, 0, descriptorSet… in GetGraphicsPsoHandleImpl()
|
H A D | render_node_graph_manager.cpp | 135 …RenderHandleUtil::CreateHandle(RenderHandleType::RENDER_NODE_GRAPH, indexPart, generationIndexPart… in Create()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_node_manager.cpp | 71 if (CreateHandle(event, devId, dhId) < 0) { in OpenDevicesNode() 359 int32_t DistributedInputNodeManager::CreateHandle(const InputDevice &inputDevice, const std::string… in CreateHandle() function in OHOS::DistributedHardware::DistributedInput::DistributedInputNodeManager
|
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_device.cpp | 568 bool VirtualDevice::CreateHandle(const std::string& deviceArgv) in CreateHandle() function in OHOS::MMI::VirtualDevice 588 if (!CreateHandle(startDeviceName)) { in AddDevice()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_descriptor_set_manager_vk.cpp | 426 … clientHandle = RenderHandleUtil::CreateHandle(RenderHandleType::DESCRIPTOR_SET, arrayIndex, 0); in CreateDescriptorSet() 470 clientHandle = RenderHandleUtil::CreateHandle( in CreateOneFrameDescriptorSet()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer.cpp | 726 int32_t ret = audioDecoder_->CreateHandle(audioName, attr); in AudioDecoderStart() 757 int32_t ret = videoDecoder_->CreateHandle(videoName, attr); in VideoDecoderStart()
|