HomeSort by relevance Sort by last modified time
    Searched full:hw_intf_ (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_hdmi.cpp 50 &hw_intf_);
65 error = hw_intf_->SetDisplayAttributes(active_mode_index);
67 HWInterface::Destroy(hw_intf_);
72 HWInterface::Destroy(hw_intf_);
93 HWInterface::Destroy(hw_intf_);
145 DisplayError error = hw_intf_->SetRefreshRate(refresh_rate);
160 return hw_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
168 hw_intf_->GetNumDisplayAttributes(&num_modes);
173 hw_intf_->GetDisplayAttributes(index, &attrib[index]);
212 DisplayError error = hw_intf_->GetConfigIndex(user_config, &config_index)
    [all...]
display_primary.cpp 52 &hw_intf_);
59 HWInterface::Destroy(hw_intf_);
66 error = hw_intf_->SetDisplayMode(kModeVideo);
79 HWInterface::Destroy(hw_intf_);
113 hw_intf_->SetAutoRefresh(layer_stack->flags.single_buffered_layer_present);
127 hw_intf_->SetIdleTimeoutMs(idle_timeout_ms_);
129 hw_intf_->SetIdleTimeoutMs(0);
157 hw_intf_->SetIdleTimeoutMs(timeout_ms);
184 error = hw_intf_->SetDisplayMode(hw_display_mode);
193 hw_intf_->SetIdleTimeoutMs(idle_timeout_ms_)
    [all...]
display_virtual.cpp 47 &hw_intf_);
52 hw_intf_->GetDisplayAttributes(0 /* active_index */, &display_attributes_);
56 HWInterface::Destroy(hw_intf_);
100 error = hw_intf_->SetDisplayAttributes(display_attributes);
105 error = hw_intf_->GetMixerAttributes(&mixer_attributes);
display_base.cpp 55 hw_intf_->GetHWPanelInfo(&hw_panel_info_);
58 hw_intf_->GetActiveConfig(&active_index);
59 hw_intf_->GetDisplayAttributes(active_index, &display_attributes_);
62 error = hw_intf_->GetMixerAttributes(&mixer_attributes_);
74 error = hw_intf_->SetScaleLutConfig(&lut_info);
105 color_mgr_ = ColorManagerProxy::CreateColorManagerProxy(display_type_, hw_intf_,
134 HWInterface::Destroy(hw_intf_);
253 error = hw_intf_->Validate(&hw_layers_);
298 error = hw_intf_->Validate(&hw_layers_);
319 error = hw_intf_->Commit(&hw_layers_)
    [all...]
color_manager.cpp 105 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {}
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions);
188 ret = hw_intf_->SetPPFeatures(&pp_features_);
color_manager.h 89 HWInterface *hw_intf_; member in class:sdm::ColorManagerProxy
display_base.h 133 HWInterface *hw_intf_ = NULL; member in class:sdm::DisplayBase
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_primary.cpp 52 DisplayError error = HWPrimary::Create(&hw_intf_, hw_info_intf_,
61 HWPrimary::Destroy(hw_intf_);
68 error = hw_intf_->SetDisplayMode(kModeVideo);
79 HWPrimary::Destroy(hw_intf_);
89 HWPrimary::Destroy(hw_intf_);
118 hw_intf_->SetAutoRefresh(layer_stack->flags.single_buffered_layer_present);
132 hw_intf_->SetIdleTimeoutMs(idle_timeout_ms_);
134 hw_intf_->SetIdleTimeoutMs(0);
162 hw_intf_->SetIdleTimeoutMs(timeout_ms);
189 error = hw_intf_->SetDisplayMode(hw_display_mode)
    [all...]
display_hdmi.cpp 50 DisplayError error = HWHDMI::Create(&hw_intf_, hw_info_intf_,
66 error = hw_intf_->SetDisplayAttributes(active_mode_index);
68 HWHDMI::Destroy(hw_intf_);
73 HWHDMI::Destroy(hw_intf_);
94 HWHDMI::Destroy(hw_intf_);
105 HWHDMI::Destroy(hw_intf_);
152 DisplayError error = hw_intf_->SetRefreshRate(refresh_rate);
167 return hw_intf_->OnMinHdcpEncryptionLevelChange(min_enc_level);
175 hw_intf_->GetNumDisplayAttributes(&num_modes);
180 hw_intf_->GetDisplayAttributes(index, &attrib[index])
    [all...]
display_virtual.cpp 47 DisplayError error = HWVirtual::Create(&hw_intf_, hw_info_intf_,
53 hw_intf_->GetDisplayAttributes(0 /* active_index */, &display_attributes_);
57 HWVirtual::Destroy(hw_intf_);
67 HWVirtual::Destroy(hw_intf_);
110 error = hw_intf_->SetDisplayAttributes(display_attributes);
115 error = hw_intf_->GetMixerAttributes(&mixer_attributes);
display_base.cpp 55 hw_intf_->GetHWPanelInfo(&hw_panel_info_);
58 hw_intf_->GetActiveConfig(&active_index);
59 hw_intf_->GetDisplayAttributes(active_index, &display_attributes_);
62 error = hw_intf_->GetMixerAttributes(&mixer_attributes_);
74 error = hw_intf_->SetScaleLutConfig(&lut_info);
105 color_mgr_ = ColorManagerProxy::CreateColorManagerProxy(display_type_, hw_intf_,
247 error = hw_intf_->Validate(&hw_layers_);
292 error = hw_intf_->Validate(&hw_layers_);
313 error = hw_intf_->Commit(&hw_layers_);
346 error = hw_intf_->Flush()
    [all...]
color_manager.cpp 105 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {}
124 error = color_manager_proxy->hw_intf_->GetPPFeaturesVersion(&versions);
188 ret = hw_intf_->SetPPFeatures(&pp_features_);
color_manager.h 89 HWInterface *hw_intf_; member in class:sdm::ColorManagerProxy
display_base.h 129 HWInterface *hw_intf_ = NULL; member in class:sdm::DisplayBase

Completed in 272 milliseconds