Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp110 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {} in ColorManagerProxy()
142 &color_manager_proxy->color_intf_); in CreateColorManagerProxy()
156 color_intf_ = NULL; in ~ColorManagerProxy()
166 ret = color_intf_->ColorSVCRequestRoute(in_payload, out_payload, &pp_features_, pending_action); in ColorSVCRequestRoute()
175 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
Dcolor_manager.h85 ColorInterface *color_intf_; variable