Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_chip_hidl_test.cpp90 sp<IWifiStaIface> iface1, iface2; in create2StaIfacesIfPossible() local
95 auto status = createStaIface(&iface2); in create2StaIfacesIfPossible()
99 EXPECT_NE(nullptr, iface2.get()); in create2StaIfacesIfPossible()
100 return {iface1, iface2}; in create2StaIfacesIfPossible()
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java132 .sorted((iface1, iface2) -> { in getAvailableInterfaces()
133 int r = Boolean.compare(iface1.isRestricted(), iface2.isRestricted()); in getAvailableInterfaces()
134 return r == 0 ? iface1.name.compareTo(iface2.name) : r; in getAvailableInterfaces()
/aosp12/system/netd/server/
H A DTetherController.cpp702 const std::string& iface1, const std::string& iface2) { in tetherCountingRuleExists() argument
706 return findForwardingDownstream(iface1, iface2) != nullptr in tetherCountingRuleExists()
707 || findForwardingDownstream(iface2, iface1) != nullptr; in tetherCountingRuleExists()
H A DTetherController.h169 bool tetherCountingRuleExists(const std::string& iface1, const std::string& iface2);