/external/webrtc/sdk/android/api/org/webrtc/ |
D | NetworkMonitorAutoDetect.java | 49 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 …]
|
D | NetworkMonitor.java | 35 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/ |
D | dbus.h | 278 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/ |
D | qt-simulator.h | 8 enum ConnectionType {}; enum 19 Qt::ConnectionType,
|
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
D | NetworkMonitorTest.java | 39 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/ |
D | multiprocessing.c | 271 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()
|
D | multiprocessing.h | 138 extern PyTypeObject ConnectionType;
|
D | socket_connection.c | 275 #define CONNECTION_TYPE ConnectionType
|
/external/libchrome/dbus/ |
D | bus.h | 158 enum ConnectionType { enum 192 ConnectionType connection_type; // PRIVATE by default. 690 const ConnectionType connection_type_;
|
/external/llvm-project/clang/test/Analysis/ |
D | qt_malloc.cpp | 19 new QtPrivate::QSlotObjectBase(), (Qt::ConnectionType)0, in connect()
|
/external/perfetto/ui/src/frontend/ |
D | flow_events_renderer.ts | 40 type ConnectionType = 'TRACK'|'TRACK_GROUP'; alias 126 rect?: SliceRect): {y: number, connection: ConnectionType}|undefined {
|
/external/v4l2_codec2/plugin_store/ |
D | H2BGraphicBufferProducer.cpp | 22 using HConnectionType = hardware::graphics::bufferqueue::V2_0::ConnectionType;
|
/external/python/pyopenssl/ |
D | CHANGELOG.rst | 68 - Removed deprecated ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509NameType``, ``X509Req… 295 - Deprecated the legacy "Type" aliases: ``ContextType``, ``ConnectionType``, ``PKeyType``, ``X509Na…
|
/external/python/pyopenssl/doc/api/ |
D | ssl.rst | 144 .. py:data:: ConnectionType
|