Home
last modified time | relevance | path

Searched refs:Off (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8998/sdm/include/private/
Ddpps_control_interface.h34 virtual DisplayError Off() = 0;
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcomp_manager.cpp550 return enable ? dpps_ctrl_intf_->On() : dpps_ctrl_intf_->Off(); in ControlDpps()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h681 Off = HWC2_POWER_MODE_OFF, enumerator
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp566 mPowerMode(PowerMode::Off), in Display()
952 case PowerMode::Off: // Fall-through in isValid()
963 case PowerMode::Off: return HWC_POWER_MODE_OFF; in getHwc1PowerMode()
985 mode == PowerMode::Off); in setPowerMode()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.cpp504 case HWC2::PowerMode::Off: in BuildLayerStack()
1331 status = INT32(SetPowerMode(HWC2::PowerMode::Off)); in BuildLayerStack()
Dhwc_session.cpp1445 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC2::PowerMode::Off); in ResetPanel()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display.cpp497 case HWC2::PowerMode::Off: in BuildLayerStack()
1375 status = INT32(SetPowerMode(HWC2::PowerMode::Off)); in BuildLayerStack()
Dhwc_session.cpp1443 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC2::PowerMode::Off); in ResetPanel()