Searched refs:GetDozeSupport (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_session.h | 112 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
|
D | hwc_session.cpp | 362 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/ |
D | hwc_session.cpp | 603 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()
|
D | hwc_session.h | 180 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_session.cpp | 472 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/ |
D | hwc_session.cpp | 467 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/ |
D | hwc_session.cpp | 379 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/ |
D | hwcomposer2.h | 800 GetDozeSupport = HWC2_FUNCTION_GET_DOZE_SUPPORT, enumerator
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 243 case FunctionDescriptor::GetDozeSupport: in doGetFunction()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 205 case FunctionDescriptor::GetDozeSupport: in doGetFunction()
|