HomeSort by relevance Sort by last modified time
    Searched defs:NetworkMonitorInterface (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
networkmonitor.h 39 class NetworkMonitorInterface {
41 NetworkMonitorInterface();
42 virtual ~NetworkMonitorInterface();
54 class NetworkMonitorBase : public NetworkMonitorInterface,
81 virtual NetworkMonitorInterface* CreateNetworkMonitor() = 0;
networkmonitor.cc 25 NetworkMonitorInterface::NetworkMonitorInterface() {}
27 NetworkMonitorInterface::~NetworkMonitorInterface() {}

Completed in 425 milliseconds