Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dcolor_manager.cpp97 if (stc_intf_) { in Init()
118 if (!stc_intf_) { in Init()
124 int ret = stc_intf_->Init(panel_name); in Init()
136 if (stc_intf_) { in DeInit()
137 stc_intf_->DeInit(); in DeInit()
147 if (!stc_intf_) { in SetProperty()
150 ret = stc_intf_->SetProperty(payload); in SetProperty()
163 if (!stc_intf_) { in GetProperty()
171 ret = stc_intf_->GetProperty(payload); in GetProperty()
184 if (!stc_intf_) { in ProcessOps()
[all …]
H A Dcolor_manager.h108 ScPostBlendInterface *stc_intf_ = nullptr; variable