Home
last modified time | relevance | path

Searched refs:GetDozeSupport (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.h112 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
H A Dhwc_session.cpp362 int32_t HWCSession::GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, int32_t *out_supp… in GetDozeSupport() function in sdm::HWCSession
636 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
637 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_session.cpp603 int32_t HWCSession::GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, in GetDozeSupport() function in sdm::HWCSession
895 auto status = GetDozeSupport(device, display, &support); in SetPowerMode()
971 status = GetDozeSupport(device, display, &doze_support); in GetDisplayCapabilities()
1075 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
1076 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
H A Dhwc_session.h180 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_session.cpp472 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, int32_t *out_support) { in GetDozeSupport() function
760 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
761 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_session.cpp467 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, int32_t *out_support) { in GetDozeSupport() function
805 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
806 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp379 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, int32_t *out_support) { in GetDozeSupport() function
654 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
655 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_session.cpp1202 auto status = hwc_session->GetDozeSupport(device, display, &support); in SetPowerMode()
1263 int32_t HWCSession::GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, in GetDozeSupport() function in sdm::HWCSession
1341 status = GetDozeSupport(device, display, &doze_support); in GetDisplayCapabilities()
1456 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
1457 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
H A Dhwc_session.h219 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h895 GetDozeSupport = HWC2_FUNCTION_GET_DOZE_SUPPORT, enumerator
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_session.h288 int32_t GetDozeSupport(hwc2_display_t display, int32_t *out_support);
H A Dhwc_session.cpp1104 auto status = GetDozeSupport(display, &support); in SetPowerMode()
1170 int32_t HWCSession::GetDozeSupport(hwc2_display_t display, int32_t *out_support) { in GetDozeSupport() function in sdm::HWCSession
H A DQtiComposerClient.cpp472 auto error = hwc_session_->GetDozeSupport(display, &hwc_support); in getDozeSupport()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp243 case FunctionDescriptor::GetDozeSupport: in doGetFunction()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp205 case FunctionDescriptor::GetDozeSupport: in doGetFunction()