Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dhwc_session_services.cpp309 return INT32(hwc_session_->SetDisplayBrightness(HWC_DISPLAY_PRIMARY, -1.0f)); in SetPanelBrightness()
311 return INT32(hwc_session_->SetDisplayBrightness(HWC_DISPLAY_PRIMARY, (level - 1)/254.0f)); in SetPanelBrightness()
Dhwc_session.cpp1591 status = SetDisplayBrightness(display, -1.0f); in notifyCallback()
1593 status = SetDisplayBrightness(display, in notifyCallback()
2346 ret = INT(SetDisplayBrightness(static_cast<hwc2_display_t>(display_id), *brightness)); in QdcmCMDHandler()
3603 int32_t HWCSession::SetDisplayBrightness(hwc2_display_t display, float brightness) { in SetDisplayBrightness() function in sdm::HWCSession
Dhwc_session.h247 int32_t SetDisplayBrightness(hwc2_display_t display, float brightness);
DQtiComposerClient.cpp1041 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/google/graphics/common/hwc3/
DComposerCommandEngine.cpp132 DISPATCH_DISPLAY_COMMAND(command, brightness, SetDisplayBrightness); in dispatchDisplayCommand()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h942 SetDisplayBrightness = HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, enumerator
/hardware/libhardware/include/hardware/
Dhwcomposer2.h942 SetDisplayBrightness = HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, enumerator
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp1836 TEST_P(GraphicsComposerAidlCommandTest, SetDisplayBrightness) { in TEST_P() argument