Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp311 int max_pluggable = 0; in InitSupportedDisplaySlots() local
321 error = core_intf_->GetMaxDisplaysSupported(kPluggable, &max_pluggable); in InitSupportedDisplaySlots()
337 max_pluggable--; in InitSupportedDisplaySlots()
343 uint32_t disp_count = UINT32(std::min(max_pluggable, HWCCallbacks::kNumPluggable)); in InitSupportedDisplaySlots()