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

  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 120 ColorManagerProxy *color_manager_proxy = local
122 if (color_manager_proxy) {
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions);
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_;
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
137 &color_manager_proxy->color_intf_);
140 delete color_manager_proxy;
141 color_manager_proxy = NULL;
145 return color_manager_proxy;
  /hardware/qcom/display/msm8998/sdm/libs/core/
color_manager.cpp 120 ColorManagerProxy *color_manager_proxy = local
122 if (color_manager_proxy) {
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions);
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_;
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
137 &color_manager_proxy->color_intf_);
140 delete color_manager_proxy;
141 color_manager_proxy = NULL;
145 return color_manager_proxy;
  /hardware/qcom/display/sdm845/sdm/libs/core/
color_manager.cpp 120 ColorManagerProxy *color_manager_proxy = local
122 if (color_manager_proxy) {
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions);
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_;
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
137 &color_manager_proxy->color_intf_);
140 delete color_manager_proxy;
141 color_manager_proxy = NULL;
145 return color_manager_proxy;

Completed in 3007 milliseconds