Home
last modified time | relevance | path

Searched refs:out_support (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h181 int32_t *out_support);
199 bool *out_support);
Dhwc_session.cpp325 bool *out_support) { in GetDisplayBrightnessSupport() argument
327 *out_support = display == HWC_DISPLAY_PRIMARY && hwc_session->brightness_fd_ != -1; in GetDisplayBrightnessSupport()
604 int32_t *out_support) { in GetDozeSupport() argument
605 if (!device || !out_support) { in GetDozeSupport()
615 *out_support = 1; in GetDozeSupport()
617 *out_support = 0; in GetDozeSupport()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h232 int32_t *out_support);
261 bool *out_support);
Dhwc_session.cpp459 bool *out_support) { in GetDisplayBrightnessSupport() argument
461 *out_support = display == HWC_DISPLAY_PRIMARY && hwc_session->brightness_fd_ != -1; in GetDisplayBrightnessSupport()
1113 int32_t *out_support) { in GetDozeSupport() argument
1114 if (!device || !out_support) { in GetDozeSupport()
1126 *out_support = 0; in GetDozeSupport()
1128 *out_support = 1; in GetDozeSupport()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp490 hwc2_display_t display, int32_t* out_support) { in Hwc2ImplGetDozeSupport() argument
495 *out_support = 0; in Hwc2ImplGetDozeSupport()
Dhwc_session.cpp467 static int32_t GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, int32_t *out_support) { in GetDozeSupport() argument
469 *out_support = 1; in GetDozeSupport()
473 *out_support = 0; in GetDozeSupport()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.cpp362 …t HWCSession::GetDozeSupport(hwc2_device_t *device, hwc2_display_t display, int32_t *out_support) { in GetDozeSupport() argument
369 *out_support = 1; in GetDozeSupport()
371 *out_support = 0; in GetDozeSupport()
/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() argument
474 *out_support = 1; in GetDozeSupport()
478 *out_support = 0; in GetDozeSupport()
/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() argument
381 *out_support = 1; in GetDozeSupport()
385 *out_support = 0; in GetDozeSupport()