Home
last modified time | relevance | path

Searched refs:high_brightness_mode_ (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_display_primary.h146 bool high_brightness_mode_ = false; variable
H A Dhwc_display_primary.cpp337 if (high_brightness_mode_ != enable_hbm && vendor_ILight_ != nullptr) { in Present()
340 high_brightness_mode_ = enable_hbm; in Present()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display_builtin.h176 bool high_brightness_mode_ = false; variable
H A Dhwc_display_builtin.cpp365 if (high_brightness_mode_ != enable_hbm && hardware_ILight_ != nullptr) { in Present()
368 high_brightness_mode_ = enable_hbm; in Present()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_builtin.h261 bool high_brightness_mode_ = false; variable
H A Dhwc_display_builtin.cpp613 if (high_brightness_mode_ != enable_hbm) { in Present()
617 high_brightness_mode_ = enable_hbm; in Present()