Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp1329 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations() local
1332 expanded_combo[type] = 0; in expandIfaceCombinations()
1350 const std::map<IfaceType, size_t>& expanded_combo, in canExpandedIfaceComboSupportIfaceOfTypeWithCurrentIfaces() argument
1361 size_t num_ifaces_allowed = expanded_combo.at(type); in canExpandedIfaceComboSupportIfaceOfTypeWithCurrentIfaces()
1383 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local
1385 expanded_combo, requested_type)) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()
1396 const std::map<IfaceType, size_t>& expanded_combo, in canExpandedIfaceComboSupportIfaceCombo() argument
1406 size_t num_ifaces_allowed = expanded_combo.at(type); in canExpandedIfaceComboSupportIfaceCombo()
1428 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo() local
1429 if (canExpandedIfaceComboSupportIfaceCombo(expanded_combo, in canCurrentModeSupportIfaceCombo()
Dwifi_chip.h231 const std::map<IfaceType, size_t>& expanded_combo,
236 const std::map<IfaceType, size_t>& expanded_combo,