Home
last modified time | relevance | path

Searched refs:ConnectionType (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DNetworkMonitorAutoDetect.java49 public static enum ConnectionType { enum in NetworkMonitorAutoDetect
78 public final ConnectionType type;
80 public final ConnectionType underlyingTypeForVpn;
83 public NetworkInformation(String name, ConnectionType type, ConnectionType underlyingTypeForVpn, in NetworkInformation()
98 private ConnectionType getConnectionType() { in getConnectionType()
103 private ConnectionType getUnderlyingConnectionTypeForVpn() { in getUnderlyingConnectionTypeForVpn()
413 ConnectionType connectionType = getConnectionType(networkState); in networkToInfo()
414 if (connectionType == ConnectionType.CONNECTION_NONE) { in networkToInfo()
423 if (connectionType == ConnectionType.CONNECTION_UNKNOWN in networkToInfo()
424 || connectionType == ConnectionType.CONNECTION_UNKNOWN_CELLULAR) { in networkToInfo()
[all …]
DNetworkMonitor.java35 public void onConnectionTypeChanged(NetworkMonitorAutoDetect.ConnectionType connectionType); in onConnectionTypeChanged()
57 private volatile NetworkMonitorAutoDetect.ConnectionType currentConnectionType;
63 currentConnectionType = NetworkMonitorAutoDetect.ConnectionType.CONNECTION_UNKNOWN; in NetworkMonitor()
157 private NetworkMonitorAutoDetect.ConnectionType getCurrentConnectionType() { in getCurrentConnectionType()
172 NetworkMonitorAutoDetect.ConnectionType newConnectionType) { in createAutoDetect()
189 NetworkMonitorAutoDetect.ConnectionType newConnectionType) {
196 NetworkMonitorAutoDetect.ConnectionType newConnectionType) {
281 NetworkMonitorAutoDetect.ConnectionType connectionType =
283 return connectionType != NetworkMonitorAutoDetect.ConnectionType.CONNECTION_NONE;
/external/libbrillo/brillo/glib/
Ddbus.h278 typedef MonitorConnection<void(A1)> ConnectionType; in Monitor() typedef
280 ConnectionType* result = new ConnectionType(proxy, name, monitor, object); in Monitor()
285 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr); in Monitor()
294 typedef MonitorConnection<void(A1, A2)> ConnectionType; in Monitor() typedef
296 ConnectionType* result = new ConnectionType(proxy, name, monitor, object); in Monitor()
304 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr); in Monitor()
313 typedef MonitorConnection<void(A1, A2, A3)> ConnectionType; in Monitor() typedef
315 ConnectionType* result = new ConnectionType(proxy, name, monitor, object); in Monitor()
324 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr); in Monitor()
334 typedef MonitorConnection<void(A1, A2, A3, A4)> ConnectionType; in Monitor() typedef
[all …]
/external/llvm-project/clang/test/Analysis/Inputs/
Dqt-simulator.h8 enum ConnectionType {}; enum
19 Qt::ConnectionType,
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DNetworkMonitorTest.java39 import org.webrtc.NetworkMonitorAutoDetect.ConnectionType;
63 public void onConnectionTypeChanged(ConnectionType connectionType) { in onConnectionTypeChanged()
151 public void onConnectionTypeChanged(ConnectionType newConnectionType) {} in onConnectionTypeChanged()
194 private NetworkMonitorAutoDetect.ConnectionType getCurrentConnectionType() { in getCurrentConnectionType()
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c271 if (PyType_Ready(&ConnectionType) < 0) in init_multiprocessing()
273 Py_INCREF(&ConnectionType); in init_multiprocessing()
274 PyModule_AddObject(module, "Connection", (PyObject*)&ConnectionType); in init_multiprocessing()
Dmultiprocessing.h138 extern PyTypeObject ConnectionType;
Dsocket_connection.c275 #define CONNECTION_TYPE ConnectionType
/external/libchrome/dbus/
Dbus.h158 enum ConnectionType { enum
192 ConnectionType connection_type; // PRIVATE by default.
690 const ConnectionType connection_type_;
/external/llvm-project/clang/test/Analysis/
Dqt_malloc.cpp19 new QtPrivate::QSlotObjectBase(), (Qt::ConnectionType)0, in connect()
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts40 type ConnectionType = 'TRACK'|'TRACK_GROUP'; alias
126 rect?: SliceRect): {y: number, connection: ConnectionType}|undefined {
/external/v4l2_codec2/plugin_store/
DH2BGraphicBufferProducer.cpp22 using HConnectionType = hardware::graphics::bufferqueue::V2_0::ConnectionType;
/external/python/pyopenssl/
DCHANGELOG.rst68 - Removed deprecated ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509NameType``, ``X509Req…
295 - Deprecated the legacy "Type" aliases: ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509Na…
/external/python/pyopenssl/doc/api/
Dssl.rst144 .. py:data:: ConnectionType