Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_manager.cpp132 dpps_mgr_intf_ = GetDppsManagerIntf(); in Init()
133 if (dpps_mgr_intf_) in Init()
134 dpps_mgr_intf_->Init(fd_, resource); in Init()
217 return dpps_mgr_intf_; in GetDppsMgrIntf()
374 if (dpps_mgr_intf_) in GetDppsFeatureInfo()
375 dpps_mgr_intf_->GetDppsFeatureInfo(info); in GetDppsFeatureInfo()
Ddrm_manager.h84 DRMDppsManagerIntf *dpps_mgr_intf_ = {}; variable