Home
last modified time | relevance | path

Searched refs:AdapterType (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dnetwork.h39 enum AdapterType { enum
273 AdapterType type);
345 AdapterType type() const { return type_; } in type()
368 AdapterType type_;
Dfakenetwork.h35 typedef std::vector<std::pair<SocketAddress, AdapterType>> IfaceList;
48 AdapterType type) { in AddInterface()
Dnetwork.cc102 std::string AdapterTypeToString(AdapterType type) { in AdapterTypeToString()
441 AdapterType adapter_type = ADAPTER_TYPE_UNKNOWN; in ConvertIfAddrs()
604 AdapterType adapter_type = ADAPTER_TYPE_UNKNOWN; in CreateNetworks()
841 AdapterType type) in Network()
/external/webrtc/webrtc/p2p/base/
Dcandidate.h123 rtc::AdapterType network_type() const { return network_type_; } in network_type()
124 void set_network_type(rtc::AdapterType network_type) { in set_network_type()
231 rtc::AdapterType network_type_;
/external/webrtc/talk/app/webrtc/
Dstatscollector.h54 const char* AdapterTypeToStatsType(rtc::AdapterType type);
Dstatscollector.cc348 const char* AdapterTypeToStatsType(rtc::AdapterType type) { in AdapterTypeToStatsType()
Dstatscollector_unittest.cc1244 rtc::AdapterType network_type = rtc::ADAPTER_TYPE_ETHERNET; in TEST_F()
/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc120 rtc::AdapterType type) { in AddInterface()