Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp1327 std::vector<std::map<IfaceType, size_t>> expanded_combos; in expandIfaceCombinations() local
1328 expanded_combos.resize(num_expanded_combos); in expandIfaceCombinations()
1329 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations()
1342 expanded_combos[k][iface_type]++; in expandIfaceCombinations()
1346 return expanded_combos; in expandIfaceCombinations()
1382 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local
1383 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()
1427 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceCombo() local
1428 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo()