/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 47 * A pool entry for use by connection manager implementations. 50 * The adapter is handed out to applications that obtain a connection. 51 * The pool entry stores the underlying connection and tracks the 58 * underlying connection and the established route. 76 /** The connection operator. */ 79 /** The underlying connection being pooled or used. */ 80 protected final OperatedClientConnection connection; field in class:AbstractPoolEntry 83 //@@@ currently accessed from connection manager(s) as attribute 88 /** Connection state object */ 98 * @param connOperator the Connection Operator for this entr [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
ConnectionService.java | 82 * wherein it should provide a new instance of a {@link Connection} object. It is through this 83 * {@link Connection} object that telecom receives state updates and the {@link ConnectionService} 97 * being asked to create a new outgoing {@link Connection} is to perform a handover of an 187 private static Connection sNullConnection; 189 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); 190 private final Map<Connection, String> mIdByConnection = new ConcurrentHashMap<>(); 609 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall); 640 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall); 1512 Connection connection = null; local 1536 addConnection(request.getAccountHandle(), callId, connection); local 1761 Connection connection = findConnectionForAction(callId, "splitFromConference"); local 1798 Connection connection = findConnectionForAction(callId, "pullExternalCall"); local 1815 Connection connection = findConnectionForAction(callId, "sendCallEvent"); local 1828 Connection connection = findConnectionForAction(callId, "notifyHandoverComplete"); local 2573 Connection connection = (Connection) c; local [all...] |
Connection.java | 56 * Represents a phone call or connection to a remote endpoint that carries voice and/or video 59 * Implementations create a custom subclass of {@code Connection} and return it to the framework 64 * Implementations are then responsible for updating the state of the {@code Connection}, and 65 * must call {@link #destroy()} to signal to the framework that the {@code Connection} is no 68 * Subclasses of {@code Connection} override the {@code on*} methods to provide the the 70 * called by Telecom to inform an instance of a {@code Connection} of actions specific to that 71 * {@code Connection} instance. 76 * Where a {@code Connection} has {@link #CAPABILITY_SUPPORT_HOLD}, the {@link #onHold()} and 78 * {@code Connection}. 80 * Where a {@code Connection} supports a variation of video calling (e.g. th 2356 Connection connection = (Connection) c; local 3056 Connection connection = (Connection) c; local [all...] |
/tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/ |
BleCoc2ConnTest.py | 17 Test script to execute Bluetooth Connection-orient Channel (CoC) functionality for 61 # This utility function calculates the max and min connection event (ce) time. 62 # The formula is that the min/max ce time should be less than half the connection 138 2. Establish a L2CAP CoC connection from the client to the server#1 AD. 139 The connection is insecured. 140 3. Verify that the L2CAP CoC connection is active from both the client 142 4. Establish a L2CAP CoC connection from the client to the server#2 AD. 143 The connection is insecured. 144 5. Verify that the L2CAP CoC connection is active from both the client 174 2. Establish a L2CAP CoC connection from the client to the server#1 AD [all...] |
BleCocTest.py | 17 Test script to execute Bluetooth Connection-orient Channel (CoC) functionality 82 "orchestrate_coc_connection. is_secured={}, Connection Interval={}msec, " 107 """Test Bluetooth LE CoC secured connection 109 Test LE CoC though establishing a basic connection with security. 113 2. Establish an LE CoC Secured connection from the client to the server AD. 114 3. Verify that the LE CoC connection is active from both the client and 117 LE CoC connection is established then disconnected succcessfully. 140 """Test Bluetooth LE CoC insecured connection 142 Test LE CoC though establishing a basic connection with no security. 146 2. Establish an LE CoC Secured connection from the client to the server AD [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_tv_TvUinputBridge.cpp | 193 NativeConnection* connection = NativeConnection::open(name.c_str(), uniqueId.c_str(), local 195 return reinterpret_cast<jlong>(connection); 199 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); local 200 delete connection; 204 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); local 206 connection->sendEvent(EV_MSC, MSC_ANDROID_TIME_SEC, timestamp / 1000L); 207 connection->sendEvent(EV_MSC, MSC_ANDROID_TIME_USEC, (timestamp % 1000L) * 1000L); 212 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); local 214 connection->sendEvent(EV_KEY, code, down ? 1 : 0); 222 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr) local 238 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); local 249 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); local 254 NativeConnection* connection = reinterpret_cast<NativeConnection*>(ptr); local [all...] |
/frameworks/base/services/robotests/src/com/android/server/backup/transport/ |
TransportClientTest.java | 154 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 156 connection.onServiceConnected(mTransportComponent, mTransportBinder); 167 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 171 connection.onServiceConnected(mTransportComponent, mTransportBinder); 182 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 183 connection.onServiceConnected(mTransportComponent, mTransportBinder); 219 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 220 verify(mContext).unbindService(eq(connection)); 227 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 228 connection.onServiceConnected(mTransportComponent, mTransportBinder) 241 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 256 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 269 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 294 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 306 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 317 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 329 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 342 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 377 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 390 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 403 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 423 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 434 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 446 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 465 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local 496 ServiceConnection connection = verifyBindServiceAsUserAndCaptureServiceConnection(mContext); local [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
RemoteDisplayProviderProxy.java | 39 * Maintains a connection to a particular remote display provider service. 52 // Connection state 55 private Connection mActiveConnection; 230 Connection connection = new Connection(provider); local 231 if (connection.register()) { 232 mActiveConnection = connection; 252 private void onConnectionReady(Connection connection) { 437 Connection connection = mConnectionRef.get(); local [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 88 // read/connection timeout value 138 // create url connection to be tested 140 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); local 141 connection.setSSLSocketFactory(ctx.getSocketFactory()); 144 executeClientRequest(connection, false /* doOutput */); 146 checkConnectionStateParameters(connection, dispatcher.getLastRequest()); 149 connection.connect(); 155 * Tests the behaviour of HTTPS connection in case of unavailability of requested resource. 171 // create url connection to be tested 173 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection() local 218 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); local 258 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); local 291 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); local 334 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); local 370 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); local 409 HttpsURLConnection connection = (HttpsURLConnection) local 458 HttpsURLConnection connection = (HttpsURLConnection) local 492 HttpsURLConnection connection = (HttpsURLConnection) local 564 HttpsURLConnection connection = (HttpsURLConnection) local 600 HttpsURLConnection connection = (HttpsURLConnection) local 642 HttpsURLConnection connection = (HttpsURLConnection) local [all...] |
/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/res/values/ |
strings.xml | 20 <string name="wifi_connection">The active connection is wifi.</string> 21 <string name="mobile_connection">The active connection is mobile.</string> 22 <string name="no_wifi_or_mobile">No wireless or mobile connection.</string>
|
/developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/res/values/ |
strings.xml | 20 <string name="wifi_connection">The active connection is wifi.</string> 21 <string name="mobile_connection">The active connection is mobile.</string> 22 <string name="no_wifi_or_mobile">No wireless or mobile connection.</string>
|
/development/samples/browseable/BasicNetworking/res/values/ |
strings.xml | 20 <string name="wifi_connection">The active connection is wifi.</string> 21 <string name="mobile_connection">The active connection is mobile.</string> 22 <string name="no_wifi_or_mobile">No wireless or mobile connection.</string>
|
/external/apache-http/src/org/apache/http/ |
ConnectionReuseStrategy.java | 37 * Interface for deciding whether a connection should be kept alive. 55 * Decides whether a connection can be kept open after a request. 57 * close the connection to correctly implement the HTTP protocol. 59 * keep the connection open for reuse with another request. 63 * connection, the original HTTP request, target host if known, 64 * number of times the connection has been reused already and so on. 66 * If the connection is already closed, <code>false</code> is returned. 67 * The stale connection check MUST NOT be triggered by a 68 * connection reuse strategy. 71 * The last response received over that connection [all...] |
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/ |
network_WiFi_ConnectionIdentifier.py | 15 """Test for verifying connection identifier.""" 22 """Get the connection ID for a service. 43 """Connect to an AP, and verify connection ID if it is specified. 46 @param expected_connection_id: Expected connection ID. 47 @return ConnectionId of the new connection. 55 'Expected connection ID %s, but got %s' % ( 61 """Test to verify connection id, which depends only on the network 72 # Connect to both APs and save the connection ID for both connections. 73 # Verify the connection ID is different for the two connections. 77 raise error.TestFail('Connection ID should be different for two [all...] |
/external/curl/tests/data/ |
test1515 | 13 # Close the connection after the first request. Second request will happen after 19 Connection: close 29 Connection: close
|
test714 | 18 HTTP/1.1 200 Connection established 27 HTTP/1.1 200 Connection established 29 HTTP/1.1 200 Connection established
|
test715 | 19 HTTP/1.1 200 Connection established 28 HTTP/1.1 200 Connection established 30 HTTP/1.1 200 Connection established
|
/external/iptables/extensions/ |
libxt_ipvs.man | 1 Match IPVS connection properties. 4 packet belongs to an IPVS connection 24 VIP port of the controlling connection to match, e.g. 21 for FTP
|
/external/libmicrohttpd/src/microhttpd/ |
basicauth.c | 39 * @param connection The MHD connection structure 46 MHD_basic_auth_get_username_password (struct MHD_Connection *connection, 54 if ( (NULL == (header = MHD_lookup_connection_value (connection, 63 MHD_DLOG (connection->daemon, 72 MHD_DLOG(connection->daemon, 90 MHD_DLOG(connection->daemon, 109 * @param connection The MHD connection structure 116 MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, [all...] |
/external/libnetfilter_conntrack/ |
README | 1 libnetfilter_conntrack - userspace library for the connection tracking system 5 = Connection Tracking System = 7 The connection tracking system is a in-kernel subsystem that stores information 8 about the state of a connection in a memory structure that contains the source 15 traditional static filtering approach. The connection tracking system defines 18 The connection tracking system does not alter the packets themselves; the 22 the connection tracking system just tracks packets; it does not filter. 24 For further information on the connection tracking system, please see the 30 the in-kernel connection tracking system. 40 * connection tracking system (quite obvious ; [all...] |
/external/oauth/core/src/main/java/net/oauth/client/ |
URLConnectionClient.java | 36 * they do things like connection pooling. They also support reading the body 50 final URLConnection connection = url.openConnection(); local 51 connection.setDoInput(true); 52 if (connection instanceof HttpURLConnection) { 53 HttpURLConnection http = (HttpURLConnection) connection; 65 for (Map.Entry<String, List<String>> header : connection 77 && connection instanceof HttpURLConnection) { 80 connection.setRequestProperty(key, header.getValue()); 89 ((HttpURLConnection) connection) 92 connection.setDoOutput(true) [all...] |
/external/skia/tools/skiaserve/urlhandlers/ |
ColorModeHandler.cpp | 22 int ColorModeHandler::handle(Request* request, MHD_Connection* connection, 39 return SendError(connection, "Unable to create requested surface"); 41 return SendOK(connection);
|
EnableGPUHandler.cpp | 22 int EnableGPUHandler::handle(Request* request, MHD_Connection* connection, 37 return SendError(connection, "Unable to create GPU surface"); 39 return SendOK(connection);
|
OverdrawHandler.cpp | 22 int OverdrawHandler::handle(Request* request, MHD_Connection* connection, 37 return SendError(connection, "Unable to set overdraw"); 39 return SendOK(connection);
|
/external/skqp/tools/skiaserve/urlhandlers/ |
ColorModeHandler.cpp | 22 int ColorModeHandler::handle(Request* request, MHD_Connection* connection, 39 return SendError(connection, "Unable to create requested surface"); 41 return SendOK(connection);
|