Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dwifi_chip.cpp1422 std::vector<std::map<IfaceType, size_t>> expanded_combos; in expandIfaceCombinations() local
1423 expanded_combos.resize(num_expanded_combos); in expandIfaceCombinations()
1424 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations()
1437 expanded_combos[k][iface_type]++; in expandIfaceCombinations()
1441 return expanded_combos; in expandIfaceCombinations()
1477 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local
1478 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()
1522 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceCombo() local
1523 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo()