Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.h146 bool high_brightness_mode_ = false; variable
Dhwc_display_primary.cpp337 if (high_brightness_mode_ != enable_hbm && vendor_ILight_ != nullptr) { in Present()
340 high_brightness_mode_ = enable_hbm; in Present()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.h156 bool high_brightness_mode_ = false; variable
Dhwc_display_builtin.cpp284 if (high_brightness_mode_ != enable_hbm && hardware_ILight_ != nullptr) { in Present()
287 high_brightness_mode_ = enable_hbm; in Present()