Home
last modified time | relevance | path

Searched refs:color_manager_proxy (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/core/
Dcolor_manager.cpp115 ColorManagerProxy *color_manager_proxy = NULL; in CreateColorManagerProxy() local
124 color_manager_proxy = new ColorManagerProxy(display_id, type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
126 if (color_manager_proxy) { in CreateColorManagerProxy()
128 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
129 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
140 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->display_id_, in CreateColorManagerProxy()
141 color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
142 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
145 delete color_manager_proxy; in CreateColorManagerProxy()
146 color_manager_proxy = NULL; in CreateColorManagerProxy()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp120 ColorManagerProxy *color_manager_proxy = in CreateColorManagerProxy() local
122 if (color_manager_proxy) { in CreateColorManagerProxy()
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
137 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
140 delete color_manager_proxy; in CreateColorManagerProxy()
141 color_manager_proxy = NULL; in CreateColorManagerProxy()
145 return color_manager_proxy; in CreateColorManagerProxy()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcolor_manager.cpp120 ColorManagerProxy *color_manager_proxy = in CreateColorManagerProxy() local
122 if (color_manager_proxy) { in CreateColorManagerProxy()
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
137 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
140 delete color_manager_proxy; in CreateColorManagerProxy()
141 color_manager_proxy = NULL; in CreateColorManagerProxy()
145 return color_manager_proxy; in CreateColorManagerProxy()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcolor_manager.cpp120 ColorManagerProxy *color_manager_proxy = in CreateColorManagerProxy() local
122 if (color_manager_proxy) { in CreateColorManagerProxy()
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
137 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
140 delete color_manager_proxy; in CreateColorManagerProxy()
141 color_manager_proxy = NULL; in CreateColorManagerProxy()
145 return color_manager_proxy; in CreateColorManagerProxy()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcolor_manager.cpp120 ColorManagerProxy *color_manager_proxy = in CreateColorManagerProxy() local
122 if (color_manager_proxy) { in CreateColorManagerProxy()
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
125 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
137 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
140 delete color_manager_proxy; in CreateColorManagerProxy()
141 color_manager_proxy = NULL; in CreateColorManagerProxy()
145 return color_manager_proxy; in CreateColorManagerProxy()
/hardware/qcom/sm7250/display/sdm/libs/core/
Dcolor_manager.cpp260 ColorManagerProxy *color_manager_proxy = NULL; in CreateColorManagerProxy() local
269 color_manager_proxy = new ColorManagerProxy(display_id, type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
271 if (color_manager_proxy) { in CreateColorManagerProxy()
273 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
274 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
285 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->display_id_, in CreateColorManagerProxy()
286 color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
287 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
290 delete color_manager_proxy; in CreateColorManagerProxy()
291 color_manager_proxy = NULL; in CreateColorManagerProxy()
[all …]