Home
last modified time | relevance | path

Searched refs:SetDisplayBrightness (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h184 static int32_t SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp993 int32_t HWCSession::SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display, in SetDisplayBrightness() function in sdm::HWCSession
1156 case HWC2::FunctionDescriptor::SetDisplayBrightness: in GetFunction()
1157 return AsFP<HWC2_PFN_SET_DISPLAY_BRIGHTNESS>(SetDisplayBrightness); in GetFunction()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h220 static int32_t SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp1202 int32_t HWCSession::SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display, in SetDisplayBrightness() function in sdm::HWCSession
1359 case HWC2::FunctionDescriptor::SetDisplayBrightness: in GetFunction()
1360 return AsFP<HWC2_PFN_SET_DISPLAY_BRIGHTNESS>(SetDisplayBrightness); in GetFunction()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h847 SetDisplayBrightness = HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, enumerator