Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dnetworkmonitor.h39 class NetworkMonitorInterface {
41 NetworkMonitorInterface();
42 virtual ~NetworkMonitorInterface();
54 class NetworkMonitorBase : public NetworkMonitorInterface,
81 virtual NetworkMonitorInterface* CreateNetworkMonitor() = 0;
Dnetworkmonitor.cc25 NetworkMonitorInterface::NetworkMonitorInterface() {} in NetworkMonitorInterface() function in rtc::NetworkMonitorInterface
27 NetworkMonitorInterface::~NetworkMonitorInterface() {} in ~NetworkMonitorInterface()
Dnetwork.h36 class NetworkMonitorInterface; variable
258 scoped_ptr<NetworkMonitorInterface> network_monitor_;
Dnetwork_unittest.cc39 NetworkMonitorInterface* CreateNetworkMonitor() { in CreateNetworkMonitor()
75 NetworkMonitorInterface* GetNetworkMonitor( in GetNetworkMonitor()
924 NetworkMonitorInterface* network_monitor = GetNetworkMonitor(manager); in TEST_F()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidnetworkmonitor_jni.cc80 rtc::NetworkMonitorInterface* network_monitor = in JOW()
81 reinterpret_cast<rtc::NetworkMonitorInterface*>(j_native_monitor); in JOW()
Dandroidnetworkmonitor_jni.h60 rtc::NetworkMonitorInterface* CreateNetworkMonitor() override { in CreateNetworkMonitor()