Home
last modified time | relevance | path

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

/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp49 std::optional<std::set<std::string>> getInterfaces(const CompatibilityMatrix& mat) { in getInterfaces() function
107 auto pvs = getInterfaces(*mat); in main()
/system/netd/server/
DNetwork.h47 const std::set<std::string>& getInterfaces() const;
DNetwork.cpp42 const std::set<std::string>& Network::getInterfaces() const { in getInterfaces() function in android::net::Network
DNetworkController.cpp827 for (const auto& physicalInterface : network->getInterfaces()) { in modifyFallthroughLocked()