Searched refs:resource_intf_ (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcomp_manager.cpp44 error = extension_intf->CreateResourceExtn(hw_res_info, &resource_intf_, buffer_sync_handler);
46 resource_intf_ = &resource_default_;
64 extension_intf_->DestroyResourceExtn(resource_intf_);
103 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes,
140 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx);
173 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx,
257 resource_intf_->Start(display_resource_ctx);
270 error = resource_intf_->Acquire(display_resource_ctx, hw_layers);
280 resource_intf_->Stop(display_resource_ctx);
292 error = resource_intf_
[all...]
H A Dcomp_manager.h94 ResourceInterface *resource_intf_ = NULL; member in class:sdm::CompManager
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcomp_manager.cpp52 error = extension_intf->CreateResourceExtn(hw_res_info, &resource_intf_, buffer_allocator,
56 error = ResourceDefault::CreateResourceDefault(hw_res_info, &resource_intf_);
77 extension_intf_->DestroyResourceExtn(resource_intf_);
80 ResourceDefault::DestroyResourceDefault(resource_intf_);
117 error = resource_intf_->RegisterDisplay(type, display_attributes, hw_panel_info, mixer_attributes,
156 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx);
189 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx,
287 resource_intf_->Start(display_resource_ctx);
300 error = resource_intf_->Prepare(display_resource_ctx, hw_layers);
310 resource_intf_
[all...]
H A Dcomp_manager.h105 ResourceInterface *resource_intf_ = NULL; member in class:sdm::CompManager

Completed in 36 milliseconds