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

  /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_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_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_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.h 89 HWInterface *hw_intf_; member in class:sdm::ColorManagerProxy
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_);
display_base.h 129 HWInterface *hw_intf_ = NULL; member in class:sdm::DisplayBase

Completed in 62 milliseconds