Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp125 ColorManagerProxy *color_manager_proxy = in CreateColorManagerProxy() local
127 if (color_manager_proxy) { in CreateColorManagerProxy()
129 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy()
130 PPHWAttributes &hw_attr = color_manager_proxy->pp_hw_attributes_; in CreateColorManagerProxy()
141 error = create_intf_(COLOR_VERSION_TAG, 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()
150 return color_manager_proxy; in CreateColorManagerProxy()