Searched refs:hw_intf_ (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_primary.cpp | 47 DisplayError error = HWPrimary::Create(&hw_intf_, hw_info_intf_, in Init() 56 HWPrimary::Destroy(hw_intf_); in Init() 63 error = hw_intf_->SetDisplayMode(kModeVideo); in Init() 77 HWPrimary::Destroy(hw_intf_); in Deinit() 96 hw_intf_->SetAutoRefresh(layer_stack->flags.single_buffered_layer_present); in Commit() 106 hw_intf_->GetHWPanelInfo(&panel_info); in Commit() 107 hw_intf_->GetActiveConfig(&active_index); in Commit() 108 hw_intf_->GetDisplayAttributes(active_index, &display_attributes); in Commit() 117 hw_intf_->SetIdleTimeoutMs(idle_timeout_ms_); in Commit() 119 hw_intf_->SetIdleTimeoutMs(0); in Commit() [all …]
|
D | display_hdmi.cpp | 49 DisplayError error = HWHDMI::Create(&hw_intf_, hw_info_intf_, in Init() 65 error = hw_intf_->SetDisplayAttributes(active_mode_index); in Init() 67 HWHDMI::Destroy(hw_intf_); in Init() 72 HWHDMI::Destroy(hw_intf_); in Init() 95 HWHDMI::Destroy(hw_intf_); in Deinit() 204 return hw_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level); in OnMinHdcpEncryptionLevelChange() 212 hw_intf_->GetNumDisplayAttributes(&num_modes); in GetBestConfig() 217 hw_intf_->GetDisplayAttributes(index, &attrib[index]); in GetBestConfig() 257 DisplayError error = hw_intf_->GetConfigIndex(user_config, &config_index); in GetBestConfig() 270 hw_intf_->GetHWScanInfo(&scan_info); in GetScanSupport() [all …]
|
D | display_base.cpp | 50 hw_intf_->GetHWPanelInfo(&hw_panel_info_); in Init() 54 hw_intf_->GetActiveConfig(&active_index); in Init() 55 hw_intf_->GetDisplayAttributes(active_index, &display_attrib); in Init() 81 color_mgr_ = ColorManagerProxy::CreateColorManagerProxy(display_type_, hw_intf_, in Init() 150 hw_intf_->GetActiveConfig(&active_index); in ValidateGPUTarget() 151 hw_intf_->GetDisplayAttributes(active_index, &display_attrib); in ValidateGPUTarget() 215 error = hw_intf_->Validate(&hw_layers_); in Prepare() 261 error = hw_intf_->Validate(&hw_layers_); in Commit() 282 error = hw_intf_->Commit(&hw_layers_); in Commit() 310 error = hw_intf_->Flush(); in Flush() [all …]
|
D | display_virtual.cpp | 47 DisplayError error = HWVirtual::Create(&hw_intf_, hw_info_intf_, in Init() 53 hw_intf_->GetDisplayAttributes(0 /* active_index */, &display_attributes_); in Init() 57 HWVirtual::Destroy(hw_intf_); in Init() 67 HWVirtual::Destroy(hw_intf_); in Deinit()
|
D | color_manager.cpp | 110 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {} in ColorManagerProxy() 129 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions); in CreateColorManagerProxy() 193 ret = hw_intf_->SetPPFeatures(&pp_features_); in Commit()
|
D | color_manager.h | 84 HWInterface *hw_intf_; variable
|
D | display_base.h | 89 HWInterface *hw_intf_ = NULL; variable
|