Home
last modified time | relevance | path

Searched defs:connections (Results 1 – 25 of 34) sorted by relevance

12

/external/dbus/bus/
Dconnection.c81 BusConnections *connections; member
130 get_connections_for_uid (BusConnections *connections, in get_connections_for_uid()
147 adjust_connections_for_uid (BusConnections *connections, in adjust_connections_for_uid()
418 BusConnections *connections; in bus_connections_new() local
471 bus_connections_ref (BusConnections *connections) in bus_connections_ref()
480 bus_connections_unref (BusConnections *connections) in bus_connections_unref()
592 bus_connections_setup_connection (BusConnections *connections, in bus_connections_setup_connection()
767 bus_connections_expire_incomplete (BusConnections *connections) in bus_connections_expire_incomplete()
826 BusConnections *connections = data; in expire_incomplete_timeout() local
919 foreach_active (BusConnections *connections, in foreach_active()
[all …]
Dstats.c186 BusConnections *connections; in bus_stats_handle_get_stats() local
Dbus.c62 BusConnections *connections; member
Ddriver.c254 BusConnections *connections; in bus_driver_handle_hello() local
Dsignals.c1999 BusConnections *connections, in bus_matchmaker_get_recipients()
Ddispatch.c89 BusConnections *connections; in bus_dispatch_matches() local
/external/libmicrohttpd/src/examples/
Dmhd2spdy.c80 struct SPDY_Connection *connections[MAX_SPDY_CONNECTIONS]; in run_everything() local
Dmhd2spdy_spdy.c986 struct SPDY_Connection *connections[], in spdy_get_selectfdset()
1111 struct SPDY_Connection *connections[], in spdy_run_select()
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DConnector-mbean.properties17 connections: Number of connections accepted by the server since statsReset() called. Undefined if s… key
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java78 private final LinkedList<Connection> connections = new LinkedList<>(); field in ConnectionPool
/external/jetty/src/java/org/eclipse/jetty/server/bio/
DSocketConnector.java180 Set<EndPoint> connections = new HashSet<EndPoint>(); in dump() local
/external/webrtc/webrtc/base/
Dhttpserver.cc80 std::list<Connection*> connections; in CloseAll() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java552 private void assertPooled(ConnectionPool pool, Connection... connections) throws Exception { in assertPooled()
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h174 const std::vector<Connection*>& connections() const { return connections_; } in connections() function
Dport.h216 const AddressMap& connections() { return connections_; } in connections() function
Dp2ptransportchannel_unittest.cc1676 const std::vector<cricket::Connection*>& connections = in TEST_F() local
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java57 private Map<String, BluetoothConnection> connections = field in BluetoothFacade
DBluetoothRfcommFacade.java63 connections = new HashMap<String, BluetoothConnection>(); field in BluetoothRfcommFacade
/external/libevent/
Devrpc-internal.h90 struct evconq connections; member
Dhttp-internal.h146 struct evconq connections; member
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketFactory.java48 …private final Queue<WebSocketServletConnection> connections = new ConcurrentLinkedQueue<WebSocketS… field in WebSocketFactory
DWebSocketClientFactory.java71 …private final Queue<WebSocketConnection> connections = new ConcurrentLinkedQueue<WebSocketConnecti… field in WebSocketClientFactory
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc673 std::vector<Connection*> connections; in OnShake() local
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c99 struct tncs_data *connections; member
/external/libmicrohttpd/src/microhttpd/
Dinternal.h1163 unsigned int connections; member

12