Searched defs:connected (Results 1 - 25 of 54) 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/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:__anon10062
H A Dnfa_p2p_api.h170 tNFA_P2P_CONN connected; /* NFA_P2P_CONNECTED_EVT */ member in union:__anon10110
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...]
/external/webrtc/webrtc/p2p/base/
H A Dturnport.h39 STATE_CONNECTED, // Socket connected, ready to send stun requests.
81 bool connected() const { function in class:cricket::TurnPort
/external/curl/lib/
H A Dconnect.c522 /* we are connected, awesome! */
715 * Curl_is_connected() checks if the socket has connected.
720 bool *connected)
732 *connected = FALSE; /* a very negative world view is best */
735 /* we are connected already! */
736 *connected = TRUE;
781 /* we are connected with TCP, awesome! */
794 /* see if we need to do any proxy magic first once we connected */
801 *connected = TRUE;
986 * having connected
718 Curl_is_connected(struct connectdata *conn, int sockindex, bool *connected) argument
[all...]
H A Dpop3.c1185 static CURLcode pop3_perform(struct connectdata *conn, bool *connected, argument
1209 *connected = conn->bits.tcpconnect[FIRSTSOCKET];
1281 static CURLcode pop3_dophase_done(struct connectdata *conn, bool connected) argument
1284 (void)connected;
1297 result = pop3_dophase_done(conn, FALSE /* not connected */);
1318 bool connected = FALSE; local
1331 result = pop3_perform(conn, &connected, dophase_done);
1335 result = pop3_dophase_done(conn, connected);

Completed in 864 milliseconds

123