Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h112 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
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()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.cpp603 int32_t HWCSession::GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, in GetDozeSupport() function in sdm::HWCSession
889 auto status = GetDozeSupport(device, display, &support); in SetPowerMode()
965 status = GetDozeSupport(device, display, &doze_support); in GetDisplayCapabilities()
1069 case HWC2::FunctionDescriptor::GetDozeSupport: in GetFunction()
1070 return AsFP<HWC2_PFN_GET_DOZE_SUPPORT>(GetDozeSupport); in GetFunction()
Dhwc_session.h180 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
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()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
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()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
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()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h800 GetDozeSupport = HWC2_FUNCTION_GET_DOZE_SUPPORT, enumerator
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp243 case FunctionDescriptor::GetDozeSupport: in doGetFunction()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp205 case FunctionDescriptor::GetDozeSupport: in doGetFunction()