/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
H A D | hwc_session.h | 112 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
|
H A 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()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_session.cpp | 603 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 D | hwc_session.h | 180 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A 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()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_session.cpp | 1202 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 D | hwc_session.h | 219 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display,
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hwcomposer2.h | 895 GetDozeSupport = HWC2_FUNCTION_GET_DOZE_SUPPORT, enumerator
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_session.h | 288 int32_t GetDozeSupport(hwc2_display_t display, int32_t *out_support);
|
H A D | hwc_session.cpp | 1104 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 D | QtiComposerClient.cpp | 472 auto error = hwc_session_->GetDozeSupport(display, &hwc_support); in getDozeSupport()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | HWC2On1Adapter.cpp | 243 case FunctionDescriptor::GetDozeSupport: in doGetFunction()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
H A D | HWC2On1Adapter.cpp | 205 case FunctionDescriptor::GetDozeSupport: in doGetFunction()
|