Home
last modified time | relevance | path

Searched refs:max_builtin (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp299 int max_builtin = 0; in InitSupportedDisplaySlots() local
303 error = core_intf_->GetMaxDisplaysSupported(kBuiltIn, &max_builtin); in InitSupportedDisplaySlots()
327 } else if (max_builtin != 0) { in InitSupportedDisplaySlots()
328 max_builtin--; in InitSupportedDisplaySlots()
339 disp_count = UINT32(std::min(max_builtin, HWCCallbacks::kNumBuiltIn)); in InitSupportedDisplaySlots()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp294 int max_builtin = 0; in InitSupportedDisplaySlots() local
298 error = core_intf_->GetMaxDisplaysSupported(kBuiltIn, &max_builtin); in InitSupportedDisplaySlots()
328 max_builtin--; in InitSupportedDisplaySlots()
339 disp_count = UINT32(std::min(max_builtin, HWCCallbacks::kNumBuiltIn)); in InitSupportedDisplaySlots()