HomeSort by relevance Sort by last modified time
    Searched full:resource_intf_ (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 44 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_->PostPrepare(display_resource_ctx, hw_layers)
    [all...]
comp_manager.h 94 ResourceInterface *resource_intf_ = NULL; member in class:sdm::CompManager
  /hardware/qcom/display/msm8909/sdm/libs/core/
comp_manager.cpp 53 &resource_intf_);
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,
157 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx);
190 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx,
307 resource_intf_->Start(display_resource_ctx);
320 error = resource_intf_->Prepare(display_resource_ctx, hw_layers);
327 resource_intf_->Stop(display_resource_ctx, hw_layers)
    [all...]
comp_manager.h 104 ResourceInterface *resource_intf_ = NULL; member in class:sdm::CompManager
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
comp_manager.cpp 53 &resource_intf_);
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,
157 resource_intf_->UnregisterDisplay(display_comp_ctx->display_resource_ctx);
190 error = resource_intf_->ReconfigureDisplay(display_comp_ctx->display_resource_ctx,
290 resource_intf_->Start(display_resource_ctx);
303 error = resource_intf_->Prepare(display_resource_ctx, hw_layers);
310 resource_intf_->Stop(display_resource_ctx, hw_layers)
    [all...]
comp_manager.h 108 ResourceInterface *resource_intf_ = NULL; member in class:sdm::CompManager
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.cpp 52 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_->Stop(display_resource_ctx)
    [all...]
comp_manager.h 105 ResourceInterface *resource_intf_ = NULL; member in class:sdm::CompManager

Completed in 611 milliseconds