Home
last modified time | relevance | path

Searched refs:pp_features_ (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()
166 ret = color_intf_->ColorSVCRequestRoute(in_payload, out_payload, &pp_features_, pending_action); in ColorSVCRequestRoute()
175 ret = color_intf_->ApplyDefaultDisplayMode(&pp_features_); in ApplyDefaultDisplayMode()
181 Locker &locker(pp_features_.GetLocker()); in NeedsPartialUpdateDisable()
184 return pp_features_.IsDirty(); in NeedsPartialUpdateDisable()
188 Locker &locker(pp_features_.GetLocker()); in Commit()
192 if (pp_features_.IsDirty()) { in Commit()
193 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
Dcolor_manager.h86 PPFeaturesConfig pp_features_; variable