Searched refs:excessInterfaces (Results 1 – 2 of 2) sorted by relevance
1027 void HalDeviceManager::SelectInterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, in SelectInterfacesToDelete() argument1051 for (int i = 0; i < excessInterfaces; ++i) { in SelectInterfacesToDelete()1055 int numIfacesToDelete = std::min(excessInterfaces, static_cast<int>(ifacesToDelete.size())); in SelectInterfacesToDelete()
409 …void SelectInterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, IfaceType existi…