Searched refs:ConnectionType (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DNetworkMonitor.java30 import static org.webrtc.NetworkMonitorAutoDetect.ConnectionType;
51 public void onConnectionTypeChanged(ConnectionType connectionType);
67 private ConnectionType currentConnectionType = ConnectionType.CONNECTION_UNKNOWN;
132 private ConnectionType getCurrentConnectionType() {
156 public void onConnectionTypeChanged(ConnectionType newConnectionType) {
167 private void updateCurrentConnectionType(ConnectionType newConnectionType) {
175 private void notifyObserversOfConnectionTypeChange(ConnectionType newConnectionType) {
210 ConnectionType connectionType = getInstance().getCurrentConnectionType();
211 return connectionType != ConnectionType
[all...]
H A DNetworkMonitorAutoDetect.java58 public static enum ConnectionType { enum in class:NetworkMonitorAutoDetect
272 private ConnectionType connectionType;
282 public void onConnectionTypeChanged(ConnectionType newConnectionType);
364 public ConnectionType getCurrentConnectionType(NetworkState networkState) {
366 return ConnectionType.CONNECTION_NONE;
371 return ConnectionType.CONNECTION_ETHERNET;
373 return ConnectionType.CONNECTION_WIFI;
375 return ConnectionType.CONNECTION_4G;
377 return ConnectionType.CONNECTION_BLUETOOTH;
386 return ConnectionType
[all...]
/external/libbrillo/brillo/glib/
H A Ddbus.h277 typedef MonitorConnection<void(A1)> ConnectionType; typedef
279 ConnectionType* result = new ConnectionType(proxy, name, monitor, object);
284 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr);
293 typedef MonitorConnection<void(A1, A2)> ConnectionType; typedef
295 ConnectionType* result = new ConnectionType(proxy, name, monitor, object);
303 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr);
312 typedef MonitorConnection<void(A1, A2, A3)> ConnectionType; typedef
314 ConnectionType* resul
333 typedef MonitorConnection<void(A1, A2, A3, A4)> ConnectionType; typedef
351 typedef MonitorConnection<F> ConnectionType; typedef
[all...]
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DNetworkMonitorTest.java29 import static org.webrtc.NetworkMonitorAutoDetect.ConnectionType;
62 public void onConnectionTypeChanged(ConnectionType connectionType) {
140 public void onConnectionTypeChanged(ConnectionType newConnectionType) {}
178 private NetworkMonitorAutoDetect.ConnectionType getCurrentConnectionType() {
/external/libchrome/dbus/
H A Dbus.h162 enum ConnectionType { enum in class:dbus::Bus
196 ConnectionType connection_type; // PRIVATE by default.
700 const ConnectionType connection_type_;
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.cpp80 Qt::ConnectionType autoBlockingConnection();
85 Qt::ConnectionType autoBlockingConnection() {

Completed in 263 milliseconds