HomeSort by relevance Sort by last modified time
    Searched refs:Connection (Results 351 - 375 of 476) sorted by null

<<11121314151617181920

  /external/openssh/
ssh-keyscan.c 70 /* The number of seconds after which to give up on a TCP connection */
84 * Keep a connection structure for each file descriptor. The state
87 typedef struct Connection {
88 u_char c_status; /* State of connection on this file desc. */
100 char *c_name; /* Hostname of connection for errors */
102 char *c_output_name; /* Hostname of connection for output */
104 struct ssh *c_ssh; /* SSH-connection */
105 struct timeval c_tv; /* Time at which connection gets aborted */
106 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
109 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue *
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayport.cc 23 // before trying another connection.
26 // Handles a connection to one address/port/protocol combination for a
73 // available protocol. We aim to use each connection for only a
93 // Returns the most preferred connection of the given
99 // Sends the STUN requests to the server to initiate this connection.
118 // Sets this option on the socket of each connection.
137 // Called when a TCP connection is established or fails
163 AllocateRequest(RelayEntry* entry, RelayConnection* connection);
278 Connection* RelayPort::CreateConnection(const Candidate& address,
304 Connection * conn = new ProxyConnection(this, index, address)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 123 HWC2::Connection connection) {
125 to_string(connection).c_str());
126 mHwcDevice->onHotplug(displayId, connection);
128 ALOGE_IF(connection != HWC2::Connection::Connected, "Assumed primary"
135 if (connection == HWC2::Connection::Connected) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 64 import com.android.internal.telephony.Connection;
260 verify(mImsPhone, times(1)).notifyNewRingingConnection((Connection) any());
337 verify(mImsPhone, times(2)).notifyNewRingingConnection((Connection) any());
542 // wait for handler to process ImsService connection retry
565 // wait for handler to process ImsService connection retry
567 // Make sure that open is called in ImsPhoneCallTracker to re-establish connection to
ImsPhoneTest.java 62 import com.android.internal.telephony.Connection;
89 Connection mConnection;
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.cpp 219 IComposerCallback::Connection connected)
224 if (connected == IComposerCallback::Connection::CONNECTED) {
226 } else if (connected == IComposerCallback::Connection::DISCONNECTED) {
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 29 import java.sql.Connection;
46 protected static Connection conn;
142 Connection userConn = Support_SQL.getConnection(Support_SQL.sqlUrl,
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 137 private Connection mConnection;
149 * Whether to keep the connection active after rebooting, or upgrading or reinstalling. This
353 * Configures an always-on VPN connection through a specific application.
354 * This connection is automatically granted and persisted after a reboot.
379 * Configures an always-on VPN connection through a specific application, the same as
511 // which may restart the connection.
635 // Revoke the connection or stop LegacyVpnRunner.
913 Connection connection = new Connection(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 595 public void notifyNewRingingConnection(Connection c) {
599 public void notifyDisconnect(Connection cn) {
605 public void notifyUnknownConnection(Connection cn) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 509 // previous slow connection didn't run our handler. (that we
708 // Verify that the connection is closed when the declared Content-Length
808 // TestClientCanClose verifies that clients can also force a connection to close.
815 // TestHandlersCanSetConnectionClose verifies that handlers can force a connection to close,
819 w.Header().Set("Connection", "close")
825 w.Header().Set("Connection", "close")
831 // Nothing. (if not hijacked, the server should close the connection
881 t.Fatalf("connection not reused")
977 // Wait for the server to accept it; grab the connection.
980 // Start another request and grab its connection
    [all...]
server.go 42 // the underlying connection has been hijacked using the
44 // connection will return ErrHijacked without any other side
46 ErrHijacked = errors.New("http: connection has been hijacked")
78 // and hangs up the connection. To abort a handler so the client sees
113 // Write writes the data to the connection as part of an HTTP reply.
159 // an HTTP handler to take over the connection.
166 // Hijack lets the caller take over the connection.
168 // will not do anything else with the connection.
171 // and close the connection.
184 // allow detecting when the underlying connection has gone away
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 509 // previous slow connection didn't run our handler. (that we
708 // Verify that the connection is closed when the declared Content-Length
808 // TestClientCanClose verifies that clients can also force a connection to close.
815 // TestHandlersCanSetConnectionClose verifies that handlers can force a connection to close,
819 w.Header().Set("Connection", "close")
825 w.Header().Set("Connection", "close")
831 // Nothing. (if not hijacked, the server should close the connection
881 t.Fatalf("connection not reused")
977 // Wait for the server to accept it; grab the connection.
980 // Start another request and grab its connection
    [all...]
server.go 42 // the underlying connection has been hijacked using the
44 // connection will return ErrHijacked without any other side
46 ErrHijacked = errors.New("http: connection has been hijacked")
78 // and hangs up the connection. To abort a handler so the client sees
113 // Write writes the data to the connection as part of an HTTP reply.
159 // an HTTP handler to take over the connection.
166 // Hijack lets the caller take over the connection.
168 // will not do anything else with the connection.
171 // and close the connection.
184 // allow detecting when the underlying connection has gone away
    [all...]
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 7 implements java.sql.Connection, SQLite.BusyHandler {
243 throw new SQLException("stale connection");
308 throw new SQLException("stale connection");
JDBCDatabaseMetaData.java 466 return Connection.TRANSACTION_SERIALIZABLE;
475 return level == Connection.TRANSACTION_SERIALIZABLE;
592 throw new SQLException("connection closed.");
    [all...]
  /external/libbrillo/brillo/http/
http_request.cc 40 const char request_header::kConnection[] = "Connection";
78 const char response_header::kConnection[] = "Connection";
293 Response::Response(const std::shared_ptr<Connection>& connection)
294 : connection_{connection} {
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 93 ParcelableConnection connection) {
96 adapter.handleCreateConnectionComplete(id, request, connection,
147 * Sets a call's state to pulling (e.g. a call with {@link Connection#PROPERTY_IS_EXTERNAL_CALL}
235 Log.d(this, "sending connection %s with conference %s", callId, conferenceCallId);
305 * Retrieves a list of remote connection services usable to place calls.
326 String callId, Connection.VideoProvider videoProvider) {
339 * Requests that the framework use VOIP audio mode for this connection.
414 * Informs telecom of an existing connection which was added by the {@link ConnectionService}.
417 * @param connection The connection
    [all...]
  /external/nanohttpd/
README.md 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /external/nanohttpd/src/site/markdown/
index.md 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /packages/services/Telecomm/src/com/android/server/telecom/
Analytics.java 19 import android.telecom.Connection;
211 // true if the Telecom Call object was created from an existing connection via
312 Log.d(TAG, "setting connection service for call " + callId + ": "
369 + " callProperties: " + Connection.propertiesToStringShort(callProperties)
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 423 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 442 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected);
    [all...]

Completed in 1576 milliseconds

<<11121314151617181920