Home
last modified time | relevance | path

Searched refs:NetworkMonitorInterface (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_base/
Dnetwork_monitor.h61 class NetworkMonitorInterface {
63 NetworkMonitorInterface();
64 virtual ~NetworkMonitorInterface();
80 class NetworkMonitorBase : public NetworkMonitorInterface,
113 virtual NetworkMonitorInterface* CreateNetworkMonitor() = 0;
Dnetwork_monitor.cc29 NetworkMonitorInterface::NetworkMonitorInterface() {} in NetworkMonitorInterface() function in rtc::NetworkMonitorInterface
31 NetworkMonitorInterface::~NetworkMonitorInterface() {} in ~NetworkMonitorInterface()
Dnetwork.h40 class NetworkMonitorInterface; variable
281 std::unique_ptr<NetworkMonitorInterface> network_monitor_;
Dnetwork_unittest.cc67 NetworkMonitorInterface* CreateNetworkMonitor() override { in CreateNetworkMonitor()
/external/webrtc/sdk/android/src/jni/
Dandroid_network_monitor.h130 rtc::NetworkMonitorInterface* CreateNetworkMonitor() override;
Dandroid_network_monitor.cc459 rtc::NetworkMonitorInterface*