Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dsocket_server.h24 class NetworkBinderInterface; variable
52 void set_network_binder(NetworkBinderInterface* binder) { in set_network_binder()
55 NetworkBinderInterface* network_binder() const { return network_binder_; } in network_binder()
58 NetworkBinderInterface* network_binder_ = nullptr;
Dnetwork_monitor.h30 class NetworkBinderInterface {
39 virtual ~NetworkBinderInterface() {} in ~NetworkBinderInterface()
Dphysical_socket_server_unittest.cc90 class FakeNetworkBinder : public NetworkBinderInterface {
/external/webrtc/sdk/android/src/jni/
Dandroid_network_monitor.h64 public rtc::NetworkBinderInterface {