Home
last modified time | relevance | path

Searched refs:resource_intf_ (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/core/
Dcomp_manager.cpp47 &resource_intf_); in Init()
50 error = ResourceDefault::CreateResourceDefault(hw_res_info, &resource_intf_); in Init()
71 extension_intf_->DestroyResourceExtn(resource_intf_); in Deinit()
74 ResourceDefault::DestroyResourceDefault(resource_intf_); in Deinit()
111 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes, in RegisterDisplay()
150 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
183 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
272 resource_intf_->Start(display_resource_ctx); in Prepare()
285 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
292 resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
[all …]
Dcomp_manager.h100 ResourceInterface *resource_intf_ = NULL; variable
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.cpp44 error = extension_intf->CreateResourceExtn(hw_res_info, &resource_intf_, buffer_sync_handler); in Init()
46 resource_intf_ = &resource_default_; in Init()
64 extension_intf_->DestroyResourceExtn(resource_intf_); in Deinit()
103 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes, in RegisterDisplay()
140 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
173 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
257 resource_intf_->Start(display_resource_ctx); in Prepare()
270 error = resource_intf_->Acquire(display_resource_ctx, hw_layers); in Prepare()
280 resource_intf_->Stop(display_resource_ctx); in Prepare()
292 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()
[all …]
Dcomp_manager.h94 ResourceInterface *resource_intf_ = NULL; variable
/hardware/qcom/sm8150/display/sdm/libs/core/
Dcomp_manager.cpp50 &resource_intf_); in Init()
53 error = ResourceDefault::CreateResourceDefault(hw_res_info, &resource_intf_); in Init()
74 extension_intf_->DestroyResourceExtn(resource_intf_); in Deinit()
77 ResourceDefault::DestroyResourceDefault(resource_intf_); in Deinit()
115 resource_intf_->RegisterDisplay(display_id, type, display_attributes, hw_panel_info, in RegisterDisplay()
125 error = resource_intf_->Perform(ResourceInterface::kCmdGetDefaultClk, in RegisterDisplay()
130 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in RegisterDisplay()
167 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
204 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
210 error = resource_intf_->Perform(ResourceInterface::kCmdGetDefaultClk, in ReconfigureDisplay()
[all …]
Dcomp_manager.h116 ResourceInterface *resource_intf_ = NULL; variable
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcomp_manager.cpp53 &resource_intf_); in Init()
56 error = ResourceDefault::CreateResourceDefault(hw_res_info, &resource_intf_); in Init()
77 extension_intf_->DestroyResourceExtn(resource_intf_); in Deinit()
80 ResourceDefault::DestroyResourceDefault(resource_intf_); in Deinit()
117 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes, in RegisterDisplay()
157 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
190 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
307 resource_intf_->Start(display_resource_ctx); in Prepare()
320 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
327 resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
[all …]
Dcomp_manager.h104 ResourceInterface *resource_intf_ = NULL; variable
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcomp_manager.cpp53 &resource_intf_); in Init()
56 error = ResourceDefault::CreateResourceDefault(hw_res_info, &resource_intf_); in Init()
77 extension_intf_->DestroyResourceExtn(resource_intf_); in Deinit()
80 ResourceDefault::DestroyResourceDefault(resource_intf_); in Deinit()
117 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes, in RegisterDisplay()
157 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
190 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
290 resource_intf_->Start(display_resource_ctx); in Prepare()
303 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
310 resource_intf_->Stop(display_resource_ctx, hw_layers); in Prepare()
[all …]
Dcomp_manager.h108 ResourceInterface *resource_intf_ = NULL; variable
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcomp_manager.cpp52 error = extension_intf->CreateResourceExtn(hw_res_info, &resource_intf_, buffer_allocator, in Init()
56 error = ResourceDefault::CreateResourceDefault(hw_res_info, &resource_intf_); in Init()
77 extension_intf_->DestroyResourceExtn(resource_intf_); in Deinit()
80 ResourceDefault::DestroyResourceDefault(resource_intf_); in Deinit()
117 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes, in RegisterDisplay()
156 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()
189 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, in ReconfigureDisplay()
287 resource_intf_->Start(display_resource_ctx); in Prepare()
300 error = resource_intf_->Prepare(display_resource_ctx, hw_layers); in Prepare()
310 resource_intf_->Stop(display_resource_ctx); in Prepare()
[all …]
Dcomp_manager.h105 ResourceInterface *resource_intf_ = NULL; variable