Home
last modified time | relevance | path

Searched refs:SetPowerMode (Results 1 – 25 of 52) sorted by relevance

123

/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_null.h44 virtual int SetPowerMode(int mode) { return 0; } in SetPowerMode() function
Dhwc_session.cpp107 hwc_composer_device_1_t::setPowerMode = SetPowerMode; in HWCSession()
489 int HWCSession::SetPowerMode(hwc_composer_device_1 *device, int disp, int mode) { in SetPowerMode() function in sdm::HWCSession
499 status = hwc_session->hwc_display_[disp]->SetPowerMode(mode); in SetPowerMode()
1492 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC_POWER_MODE_OFF); in ResetPanel()
1499 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
1558 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC_POWER_MODE_NORMAL); in HotPlugHandler()
Dhwc_session.h64 static int SetPowerMode(hwc_composer_device_1 *device, int disp, int mode);
Dhwc_display_virtual.cpp57 status = hwc_display_virtual->SetPowerMode(HWC_POWER_MODE_NORMAL); in Create()
Dhwc_display.h91 virtual int SetPowerMode(int mode);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_null.h44 virtual int SetPowerMode(int mode) { return 0; } in SetPowerMode() function
Dhwc_session.cpp104 hwc_composer_device_1_t::setPowerMode = SetPowerMode; in HWCSession()
467 int HWCSession::SetPowerMode(hwc_composer_device_1 *device, int disp, int mode) { in SetPowerMode() function in sdm::HWCSession
477 status = hwc_session->hwc_display_[disp]->SetPowerMode(mode); in SetPowerMode()
482 status = hwc_session->hwc_display_[HWC_DISPLAY_VIRTUAL]->SetPowerMode(mode); in SetPowerMode()
1360 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC_POWER_MODE_OFF); in ResetPanel()
1367 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
Dhwc_session.h63 static int SetPowerMode(hwc_composer_device_1 *device, int disp, int mode);
Dhwc_display.h58 virtual int SetPowerMode(int mode);
Dhwc_display_virtual.cpp57 status = hwc_display_virtual->SetPowerMode(HWC_POWER_MODE_NORMAL); in Create()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_null.h44 virtual int SetPowerMode(int mode) { return 0; } in SetPowerMode() function
Dhwc_session.cpp107 hwc_composer_device_1_t::setPowerMode = SetPowerMode; in HWCSession()
489 int HWCSession::SetPowerMode(hwc_composer_device_1 *device, int disp, int mode) { in SetPowerMode() function in sdm::HWCSession
499 status = hwc_session->hwc_display_[disp]->SetPowerMode(mode); in SetPowerMode()
1492 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC_POWER_MODE_OFF); in ResetPanel()
1499 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
1558 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC_POWER_MODE_NORMAL); in HotPlugHandler()
Dhwc_session.h64 static int SetPowerMode(hwc_composer_device_1 *device, int disp, int mode);
Dhwc_display_virtual.cpp57 status = hwc_display_virtual->SetPowerMode(HWC_POWER_MODE_NORMAL); in Create()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_virtual.cpp62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
Dhwc_session.cpp553 int32_t HWCSession::SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t int_mode) { in SetPowerMode() function in sdm::HWCSession
556 return CallDisplayFunction(device, display, &HWCDisplay::SetPowerMode, mode); in SetPowerMode()
684 case HWC2::FunctionDescriptor::SetPowerMode: in GetFunction()
685 return AsFP<HWC2_PFN_SET_POWER_MODE>(SetPowerMode); in GetFunction()
1452 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC2::PowerMode::Off); in ResetPanel()
1459 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
Dhwc_session.h105 static int32_t SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t int_mode);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_virtual.cpp62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
Dhwc_session.cpp572 int32_t HWCSession::SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t int_mode) { in SetPowerMode() function in sdm::HWCSession
575 return CallDisplayFunction(device, display, &HWCDisplay::SetPowerMode, mode); in SetPowerMode()
702 case HWC2::FunctionDescriptor::SetPowerMode: in GetFunction()
703 return AsFP<HWC2_PFN_SET_POWER_MODE>(SetPowerMode); in GetFunction()
1497 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC2::PowerMode::Off); in ResetPanel()
1504 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
Dhwc_session.h106 static int32_t SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t int_mode);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_virtual.cpp62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
Dhwc_session.cpp678 int32_t HWCSession::SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t int_mode) { in SetPowerMode() function in sdm::HWCSession
681 return CallDisplayFunction(device, display, &HWCDisplay::SetPowerMode, mode); in SetPowerMode()
808 case HWC2::FunctionDescriptor::SetPowerMode: in GetFunction()
809 return AsFP<HWC2_PFN_SET_POWER_MODE>(SetPowerMode); in GetFunction()
1369 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC2::PowerMode::Off); in ResetPanel()
1376 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session.cpp715 int32_t HWCSession::SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t int_mode) { in SetPowerMode() function in sdm::HWCSession
717 return CallDisplayFunction(device, display, &HWCDisplay::SetPowerMode, mode); in SetPowerMode()
853 case HWC2::FunctionDescriptor::SetPowerMode: in GetFunction()
854 return AsFP<HWC2_PFN_SET_POWER_MODE>(SetPowerMode); in GetFunction()
1445 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(HWC2::PowerMode::Off); in ResetPanel()
1452 status = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPowerMode(mode); in ResetPanel()
Dhwc_display_virtual.cpp62 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_virtual.cpp65 status = INT32(hwc_display_virtual->SetPowerMode(HWC2::PowerMode::On)); in Create()

123