Home
last modified time | relevance | path

Searched refs:GetDrmFeature (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_color_manager_drm.h43 static DisplayError (*GetDrmFeature[kMaxNumPPFeatures])(const PPFeatureInfo &in_data,
Dhw_color_manager_drm.cpp55 DisplayError (*HWColorManagerDrm::GetDrmFeature[])(const PPFeatureInfo &, DRMPPFeatureInfo *) = { variable
Dhw_device_drm.cpp858 if (!HWColorManagerDrm::GetDrmFeature[feature->feature_id_]) { in SetPPFeatures()
862 ret = HWColorManagerDrm::GetDrmFeature[feature->feature_id_](*feature, &kernel_params); in SetPPFeatures()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_color_manager_drm.h43 static DisplayError (*GetDrmFeature[kMaxNumPPFeatures])(const PPFeatureInfo &in_data,
Dhw_color_manager_drm.cpp55 DisplayError (*HWColorManagerDrm::GetDrmFeature[])(const PPFeatureInfo &, DRMPPFeatureInfo *) = { variable
Dhw_device_drm.cpp855 if (!HWColorManagerDrm::GetDrmFeature[feature->feature_id_]) { in SetPPFeatures()
859 ret = HWColorManagerDrm::GetDrmFeature[feature->feature_id_](*feature, &kernel_params); in SetPPFeatures()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_color_manager_drm.h43 static DisplayError (*GetDrmFeature[kMaxNumPPFeatures])(const PPFeatureInfo &in_data,
Dhw_color_manager_drm.cpp55 DisplayError (*HWColorManagerDrm::GetDrmFeature[])(const PPFeatureInfo &, DRMPPFeatureInfo *) = { variable
Dhw_device_drm.cpp614 if (!HWColorManagerDrm::GetDrmFeature[feature->feature_id_]) { in SetPPFeatures()
618 ret = HWColorManagerDrm::GetDrmFeature[feature->feature_id_](*feature, &kernel_params); in SetPPFeatures()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_color_manager_drm.h78 static DisplayError (*GetDrmFeature[kPPFeaturesMax])(const PPFeatureInfo &in_data,
Dhw_color_manager_drm.cpp80 DisplayError (*HWColorManagerDrm::GetDrmFeature[])(const PPFeatureInfo &, DRMPPFeatureInfo *) = { variable
Dhw_device_drm.cpp1347 if (!HWColorManagerDrm::GetDrmFeature[drm_feature]) { in SetPPFeatures()
1351 ret = HWColorManagerDrm::GetDrmFeature[drm_feature](*feature, &kernel_params); in SetPPFeatures()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_color_manager_drm.h73 DisplayError GetDrmFeature(PPFeatureInfo *in_data, DRMPPFeatureInfo *out_data,
Dhw_color_manager_drm.cpp214 DisplayError HWColorManagerDrm::GetDrmFeature(PPFeatureInfo *in_data, in GetDrmFeature() function in sdm::HWColorManagerDrm
Dhw_device_drm.cpp1572 ret = hw_color_mgr_->GetDrmFeature(feature, &kernel_params); in SetPPFeatures()
1978 int ret = hw_color_mgr_->GetDrmFeature(feature.get(), &kernel_params, disable); in SetSsppLutFeatures()