Searched refs:resource_intf_ (Results 1 – 2 of 2) sorted by relevance
44 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()98 error = resource_intf_->RegisterDisplay(type, attributes, hw_panel_info, in RegisterDisplay()134 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx); in UnregisterDisplay()162 resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx, attributes, in ReconfigureDisplay()254 resource_intf_->Start(display_resource_ctx); in Prepare()267 error = resource_intf_->Acquire(display_resource_ctx, hw_layers); in Prepare()277 resource_intf_->Stop(display_resource_ctx); in Prepare()289 error = resource_intf_->PostPrepare(display_resource_ctx, hw_layers); in PostPrepare()[all …]
86 ResourceInterface *resource_intf_ = NULL; variable