Home
last modified time | relevance | path

Searched refs:SetDisplayBrightness (Results 1 – 9 of 9) 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/sm7250/display/composer/
Dhwc_session_services.cpp308 return INT32(hwc_session_->SetDisplayBrightness(HWC_DISPLAY_PRIMARY, -1.0f)); in SetPanelBrightness()
310 return INT32(hwc_session_->SetDisplayBrightness(HWC_DISPLAY_PRIMARY, (level - 1)/254.0f)); in SetPanelBrightness()
Dhwc_session.cpp1541 status = SetDisplayBrightness(display, -1.0f); in notifyCallback()
1543 status = SetDisplayBrightness(display, in notifyCallback()
2284 ret = INT(SetDisplayBrightness(static_cast<hwc2_display_t>(display_id), *brightness)); in QdcmCMDHandler()
3495 int32_t HWCSession::SetDisplayBrightness(hwc2_display_t display, float brightness) { in SetDisplayBrightness() function in sdm::HWCSession
Dhwc_session.h209 int32_t SetDisplayBrightness(hwc2_display_t display, float brightness);
DQtiComposerClient.cpp1040 auto error = hwc_session_->SetDisplayBrightness(display, brightness); in setDisplayBrightness()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h208 static int32_t SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display,
Dhwc_session.cpp1386 int32_t HWCSession::SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display, in SetDisplayBrightness() function in sdm::HWCSession
1531 case HWC2::FunctionDescriptor::SetDisplayBrightness: in GetFunction()
1532 return AsFP<HWC2_PFN_SET_DISPLAY_BRIGHTNESS>(SetDisplayBrightness); in GetFunction()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h942 SetDisplayBrightness = HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, enumerator