Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1612 int tooManyInterfaces = chipInfo.ifaces[type].length - chipIfaceCombo[type]; in canIfaceComboSupportRequest() local
1616 tooManyInterfaces += 1; in canIfaceComboSupportRequest()
1619 if (tooManyInterfaces > 0) { // may need to delete some in canIfaceComboSupportRequest()
1629 tooManyInterfaces)) { in canIfaceComboSupportRequest()
1637 interfacesToBeRemovedFirst = selectInterfacesToDelete(tooManyInterfaces, in canIfaceComboSupportRequest()