Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.cpp1572 std::vector<std::map<IfaceConcurrencyType, size_t>> expanded_combos; in expandConcurrencyCombinations() local
1573 expanded_combos.resize(num_expanded_combos); in expandConcurrencyCombinations()
1574 for (auto& expanded_combo : expanded_combos) { in expandConcurrencyCombinations()
1587 expanded_combos[k][iface_type]++; in expandConcurrencyCombinations()
1591 return expanded_combos; in expandConcurrencyCombinations()
1628 const auto expanded_combos = expandConcurrencyCombinations(combination); in canCurrentModeSupportConcurrencyTypeWithCurrentTypes() local
1629 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportConcurrencyTypeWithCurrentTypes()
1675 const auto expanded_combos = expandConcurrencyCombinations(combination); in canCurrentModeSupportConcurrencyCombo() local
1676 for (const auto& expanded_combo : expanded_combos) { in canCurrentModeSupportConcurrencyCombo()