Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp310 int max_builtin = 0; in InitSupportedDisplaySlots() local
314 error = core_intf_->GetMaxDisplaysSupported(kBuiltIn, &max_builtin); in InitSupportedDisplaySlots()
339 max_builtin--; in InitSupportedDisplaySlots()
350 disp_count = UINT32(std::min(max_builtin, HWCCallbacks::kNumBuiltIn)); in InitSupportedDisplaySlots()