Home
last modified time | relevance | path

Searched refs:async_powermode_ (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp192 async_powermode_ = (value == 1); in Init()
193 DLOGI("builtin_powermode_override: %d", async_powermode_); in Init()
354 if (!async_powermode_) { in InitSupportedDisplaySlots()
379 if (!async_powermode_) { in InitSupportedNullDisplaySlots()
1115 bool override_mode = async_powermode_ && display_ready_.test(UINT32(display)) && in SetPowerMode()
2674 if (!async_powermode_) { in CreateDummyDisplay()
3003 if (async_powermode_) { in DestroyPluggableDisplay()
3043 if (async_powermode_ && map_info->disp_type == kBuiltIn) { in DestroyNonPluggableDisplay()
Dhwc_session.h578 bool async_powermode_ = false; variable
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp218 async_powermode_ = (value == 1); in Init()
219 DLOGI("builtin_powermode_override: %d", async_powermode_); in Init()
354 if (!async_powermode_) { in InitSupportedDisplaySlots()
1212 bool override_mode = hwc_session->async_powermode_ && in SetPowerMode()
2883 if (!async_powermode_) { in CreateDummyDisplay()
3214 if (async_powermode_) { in DestroyPluggableDisplay()
3249 if (async_powermode_ && map_info->disp_type == kBuiltIn) { in DestroyNonPluggableDisplay()
Dhwc_session.h431 bool async_powermode_ = false; variable
Dhwc_session_services.cpp670 if (!async_powermode_ || (disp_id > HWCCallbacks::kNumRealDisplays)) { in isPowerModeOverrideSupported()