Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sdm/libs/core/
Dcolor_manager.h213 friend class FeatureStatePostedStart;
225 class FeatureStatePostedStart : public FeatureInterface {
227 explicit FeatureStatePostedStart(ColorFeatureCheckingImpl *obj);
228 virtual ~FeatureStatePostedStart() {} in ~FeatureStatePostedStart()
Dcolor_manager.cpp718 states_.at(kFrameTriggerPostedStart) = new FeatureStatePostedStart(this); in Init()
850 FeatureStatePostedStart::FeatureStatePostedStart(ColorFeatureCheckingImpl *obj) in FeatureStatePostedStart() function in sdm::FeatureStatePostedStart
853 DisplayError FeatureStatePostedStart::Init() { in Init()
857 DisplayError FeatureStatePostedStart::Deinit() { in Deinit()
861 DisplayError FeatureStatePostedStart::SetParams(FeatureOps param_type, in SetParams()
900 DisplayError FeatureStatePostedStart::GetParams(FeatureOps param_type, in GetParams()