Searched refs:max_pluggable (Results 1 – 2 of 2) sorted by relevance
300 int max_pluggable = 0; in InitSupportedDisplaySlots() local310 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()
295 int max_pluggable = 0; in InitSupportedDisplaySlots() local305 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()