Searched refs:SetDisplayBrightness (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session_services.cpp | 309 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()
|
D | hwc_session.cpp | 1591 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
|
D | hwc_session.h | 247 int32_t SetDisplayBrightness(hwc2_display_t display, float brightness);
|
D | QtiComposerClient.cpp | 1041 auto error = hwc_session_->SetDisplayBrightness(display, brightness); in setDisplayBrightness()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.h | 208 static int32_t SetDisplayBrightness(hwc2_device_t *device, hwc2_display_t display,
|
D | hwc_session.cpp | 1386 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/ |
D | ComposerCommandEngine.cpp | 132 DISPATCH_DISPLAY_COMMAND(command, brightness, SetDisplayBrightness); in dispatchDisplayCommand()
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 942 SetDisplayBrightness = HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, enumerator
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 942 SetDisplayBrightness = HWC2_FUNCTION_SET_DISPLAY_BRIGHTNESS, enumerator
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1836 TEST_P(GraphicsComposerAidlCommandTest, SetDisplayBrightness) { in TEST_P() argument
|