Searched refs:ifnames (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | libnetdevice.cpp | 160 static std::string toString(const std::set<std::string>& ifnames) { in toString() argument 162 std::copy(ifnames.begin(), ifnames.end(), std::ostream_iterator<std::string>(ss, ",")); in toString() 168 std::optional<std::string> waitFor(std::set<std::string> ifnames, WaitCondition cnd, in waitFor() argument 174 for (const auto ifname : ifnames) { in waitFor() 198 LOG(DEBUG) << "Waiting for " << toString(quant) << " " << toString(ifnames) << " to " in waitFor() 205 if (ifnames.count(ifname) == 0) continue; in waitFor() 217 if (ifnames.count(ifname) == 0) continue; in waitFor() 228 LOG(DEBUG) << "Finished waiting for " << toString(quant) << " " << toString(ifnames) in waitFor()
|
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/include/libnetdevice/ |
D | libnetdevice.h | 95 std::optional<std::string> waitFor(std::set<std::string> ifnames, WaitCondition cnd,
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 325 * @return ifnames List of all AP iface names on the chip. 327 getApIfaceNames() generates (WifiStatus status, vec<string> ifnames); 385 * @return ifnames List of all NAN iface names on the chip. 387 getNanIfaceNames() generates (WifiStatus status, vec<string> ifnames); 445 * @return ifnames List of all P2P iface names on the chip. 447 getP2pIfaceNames() generates (WifiStatus status, vec<string> ifnames); 505 * @return ifnames List of all STA iface names on the chip. 507 getStaIfaceNames() generates (WifiStatus status, vec<string> ifnames);
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_chip.cpp | 104 std::vector<std::string> ifnames; in getPredefinedApIfaceNames() local 108 return ifnames; in getPredefinedApIfaceNames() 110 ifnames.push_back(buffer.data()); in getPredefinedApIfaceNames() 114 return ifnames; in getPredefinedApIfaceNames() 116 ifnames.push_back(buffer.data()); in getPredefinedApIfaceNames() 118 return ifnames; in getPredefinedApIfaceNames() 1771 std::vector<std::string> ifnames = getPredefinedApIfaceNames(true); in allocateApIfaceName() local 1772 for (auto const& ifname : ifnames) { in allocateApIfaceName()
|