Searched defs:connected (Results 1 - 25 of 57) sorted by relevance

123

/external/tlsdate/src/
H A Dproxy-bio-plan9.h21 int connected; member in struct:proxy_ctx
H A Dproxy-bio.h21 int connected; member in struct:proxy_ctx
H A Dproxy-polarssl.h23 int connected; member in struct:_proxy_polarssl_ctx
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DRouteDatabase.java37 public synchronized void connected(Route route) { method in class:RouteDatabase
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSocketConnector.java62 private AtomicBoolean connected = new AtomicBoolean(false); field in class:SocketConnector
76 connected.set(true);
98 connected.set(false);
131 if( !connected.get() ) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java55 private AtomicBoolean connected = new AtomicBoolean(false); field in class:UdpConnector
76 connected.set(true);
97 connected.set(false);
125 if( !connected.get() ) {
H A DUdpEndpoint.java59 private boolean connected = true; // it's connectionless but we track logical state field in class:UdpEndpoint
92 connected = false;
112 return connected;
118 throw new KernelException( "Endpoint is not connected:" + this );
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dpeer_channel.h23 // Represents a single peer connected to the server.
29 bool connected() const { return connected_; } function in class:ChannelMember
67 // Manages all currently connected peers.
85 // Finds a connected peer that's associated with the |ds| socket.
92 // Adds a new ChannelMember instance to the list of connected peers and
97 // connected peers.
/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java70 private boolean connected; field in class:RouteTracker
123 if (this.connected) {
124 throw new IllegalStateException("Already connected.");
126 this.connected = true;
134 * @param proxy the proxy connected to
142 if (this.connected) {
143 throw new IllegalStateException("Already connected.");
145 this.connected = true;
158 if (!this.connected) {
159 throw new IllegalStateException("No tunnel unless connected
[all...]
/external/autotest/client/profilers/powertop/src/
H A Durbnum.c42 uint64_t urbs, active, connected; member in struct:device_data
57 ptr->previous_connected = ptr->connected;
85 ptr->connected = strtoull(name, NULL, 10);
180 (0.00001 + dev->connected - dev->previous_connected), dev->human_name);
209 (0.00001 + dev->connected - dev->previous_connected),
/external/libdrm/tests/kms/
H A Dlibkms-test.h86 bool connected; member in struct:kms_screen
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst.c22 Boolean connected,
27 extra.peer_state.connected = connected;
181 fst_printf_iface(iface, MSG_DEBUG, MACSTR " became connected",
21 fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, Boolean connected, const u8 *peer_addr) argument
H A Dfst_ctrl_aux.h51 Boolean connected; member in struct:fst_event_extra::fst_event_extra_peer_state
/external/wpa_supplicant_8/src/fst/
H A Dfst.c22 Boolean connected,
27 extra.peer_state.connected = connected;
181 fst_printf_iface(iface, MSG_DEBUG, MACSTR " became connected",
21 fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, Boolean connected, const u8 *peer_addr) argument
H A Dfst_ctrl_aux.h51 Boolean connected; member in struct:fst_event_extra::fst_event_extra_peer_state
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst.c22 Boolean connected,
27 extra.peer_state.connected = connected;
181 fst_printf_iface(iface, MSG_DEBUG, MACSTR " became connected",
21 fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, Boolean connected, const u8 *peer_addr) argument
H A Dfst_ctrl_aux.h51 Boolean connected; member in struct:fst_event_extra::fst_event_extra_peer_state
/external/autotest/client/deps/ibusclient/src/
H A Dibusclient.cc397 bool connected = false; local
400 connected = ibus_bus_is_connected(ibus);
405 printf("%s\n", connected ? "YES" : "NO");
407 } else if (!connected) {
408 printf("FAIL (Not connected)\n");
412 // Other commands need the bus to be connected.
414 assert(connected);
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A DGraph.py318 List of nodes connected by outgoing edges
325 List of nodes connected by incoming edges
332 List of nodes connected by incoming and outgoing edges
611 def connected(self): member in class:Graph
/external/libevent/
H A Dbufferevent_sock.c209 int connected = 0; local
240 connected = 1;
295 if ((res || !connected) &&
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnection.java54 * <p>Typically instances of this class are created, connected and exercised
80 private boolean connected = false; field in class:Connection
154 if (connected) throw new IllegalStateException("already connected");
167 while (!connected) {
174 connected = true; // Success!
223 // Create the wrapper over the connected socket.
372 client.routeDatabase().connected(getRoute());
380 return connected;
390 * is not currently connected
[all...]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DNetworkMonitorAutoDetect.java70 private final boolean connected; field in class:NetworkMonitorAutoDetect.NetworkState
78 public NetworkState(boolean connected, int type, int subtype) { argument
79 this.connected = connected;
85 return connected;
150 * Returns all connected networks.
163 * INVALID_NET_ID if no current default network connected.
187 // There should not be multiple connected networks of the
352 * Returns NetID of device's current default connected network used for
/external/libnfc-nci/src/nfa/include/
H A Dnfa_cho_api.h47 #define NFA_CHO_CONNECTED_EVT 0x03 /* data link connected */
179 tNFA_CHO_CONNECTED connected; /* NFA_CHO_CONNECTED_EVT */ member in union:__anon10236
H A Dnfa_p2p_api.h170 tNFA_P2P_CONN connected; /* NFA_P2P_CONNECTED_EVT */ member in union:__anon10284
471 ** Well-Known Service list encoded as a 16-bit field of connected LLCP.
486 ** on connected remote LLCP.
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc100 << "The client must not be connected before you can call Connect()";
345 // The body of the response will be a list of already connected peers.
354 bool connected; local
356 &connected) && id != my_id_) {
400 bool connected = false; local
402 &connected)) {
403 if (connected) {
429 bool* connected) {
432 ASSERT(connected != NULL);
435 *connected
426 ParseEntry(const std::string& entry, std::string* name, int* id, bool* connected) argument
[all...]

Completed in 1832 milliseconds

123