Searched refs:expanded_combo (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_chip.cpp | 1574 for (auto& expanded_combo : expanded_combos) { in expandConcurrencyCombinations() local 1578 expanded_combo[type] = 0; in expandConcurrencyCombinations() 1595 const std::map<IfaceConcurrencyType, size_t>& expanded_combo, in canExpandedConcurrencyComboSupportConcurrencyTypeWithCurrentTypes() argument 1607 size_t num_ifaces_allowed = expanded_combo.at(type); in canExpandedConcurrencyComboSupportConcurrencyTypeWithCurrentTypes() 1629 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportConcurrencyTypeWithCurrentTypes() local 1630 if (canExpandedConcurrencyComboSupportConcurrencyTypeWithCurrentTypes(expanded_combo, in canCurrentModeSupportConcurrencyTypeWithCurrentTypes() 1642 const std::map<IfaceConcurrencyType, size_t>& expanded_combo, in canExpandedConcurrencyComboSupportConcurrencyCombo() argument 1653 size_t num_ifaces_allowed = expanded_combo.at(type); in canExpandedConcurrencyComboSupportConcurrencyCombo() 1676 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportConcurrencyCombo() local 1677 if (canExpandedConcurrencyComboSupportConcurrencyCombo(expanded_combo, req_combo)) { in canCurrentModeSupportConcurrencyCombo()
|
D | wifi_chip.h | 244 const std::map<IfaceConcurrencyType, size_t>& expanded_combo, 248 const std::map<IfaceConcurrencyType, size_t>& expanded_combo,
|