Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_chip.cpp1745 std::vector<std::map<IfaceType, size_t>> expanded_combos; in expandIfaceCombinations() local
1746 expanded_combos.resize(num_expanded_combos); in expandIfaceCombinations()
1747 for (auto& expanded_combo : expanded_combos) { in expandIfaceCombinations()
1760 expanded_combos[k][iface_type]++; in expandIfaceCombinations()
1764 return expanded_combos; in expandIfaceCombinations()
1800 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces() local
1801 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceOfTypeWithCurrentIfaces()
1845 const auto expanded_combos = expandIfaceCombinations(combination); in canCurrentModeSupportIfaceCombo() local
1846 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportIfaceCombo()