Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp300 int max_pluggable = 0; in InitSupportedDisplaySlots() local
310 error = core_intf_->GetMaxDisplaysSupported(kPluggable, &max_pluggable); in InitSupportedDisplaySlots()
324 if (kPluggable == hw_disp_info.type && max_pluggable != 0) { in InitSupportedDisplaySlots()
326 max_pluggable--; in InitSupportedDisplaySlots()
332 uint32_t disp_count = UINT32(std::min(max_pluggable, HWCCallbacks::kNumPluggable)); in InitSupportedDisplaySlots()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp295 int max_pluggable = 0; in InitSupportedDisplaySlots() local
305 error = core_intf_->GetMaxDisplaysSupported(kPluggable, &max_pluggable); in InitSupportedDisplaySlots()
326 max_pluggable--; in InitSupportedDisplaySlots()
332 uint32_t disp_count = UINT32(std::min(max_pluggable, HWCCallbacks::kNumPluggable)); in InitSupportedDisplaySlots()