Searched refs:requestedIfaceType (Results 1 – 2 of 2) sorted by relevance
409 …void SelectInterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, IfaceType existi…411 …bool AllowedToBeDeleteIfaceTypeForRequestedType(IfaceType requestedIfaceType, IfaceType existingIf…
1027 void HalDeviceManager::SelectInterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, in SelectInterfacesToDelete() argument1044 if (AllowedToBeDeleteIfaceTypeForRequestedType(requestedIfaceType, existingIfaceType)) { in SelectInterfacesToDelete()1064 bool HalDeviceManager::AllowedToBeDeleteIfaceTypeForRequestedType(IfaceType requestedIfaceType, in AllowedToBeDeleteIfaceTypeForRequestedType() argument1068 requestedIfaceType, existingIfaceType); in AllowedToBeDeleteIfaceTypeForRequestedType()1069 if (requestedIfaceType == existingIfaceType) { in AllowedToBeDeleteIfaceTypeForRequestedType()