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

<<11121314151617181920

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 173 PLDAP Connection;
551 WINLDAPAPI ULONG LDAPAPI ldap_parse_resultW (LDAP *Connection,LDAPMessage *ResultMessage,ULONG *ReturnCode,PWCHAR *MatchedDNs,PWCHAR *ErrorMessage,PWCHAR **Referrals,PLDAPControlW **ServerControls,BOOLEAN Freeit);
552 WINLDAPAPI ULONG LDAPAPI ldap_parse_resultA (LDAP *Connection,LDAPMessage *ResultMessage,ULONG *ReturnCode,PCHAR *MatchedDNs,PCHAR *ErrorMessage,PCHAR **Referrals,PLDAPControlA **ServerControls,BOOLEAN Freeit);
553 WINLDAPAPI ULONG LDAPAPI ldap_parse_extended_resultA (LDAP *Connection,LDAPMessage *ResultMessage,PCHAR *ResultOID,struct berval **ResultData,BOOLEAN Freeit);
554 WINLDAPAPI ULONG LDAPAPI ldap_parse_extended_resultW (LDAP *Connection,LDAPMessage *ResultMessage,PWCHAR *ResultOID,struct berval **ResultData,BOOLEAN Freeit);
570 WINLDAPAPI ULONG LDAPAPI ldap_parse_result (LDAP *Connection,LDAPMessage *ResultMessage,ULONG *ReturnCode,PCHAR *MatchedDNs,PCHAR *ErrorMessage,PCHAR **Referrals,PLDAPControlA **ServerControls,BOOLEAN Freeit);
    [all...]
adojet.h 331 virtual HRESULT STDMETHODCALLTYPE RefreshCache (_Connection *Connection) = 0;
343 HRESULT (STDMETHODCALLTYPE *RefreshCache) (IJetEngine *This, _Connection *Connection);
360 #define IJetEngine_RefreshCache(This, Connection) ((This)->lpVtbl ->RefreshCache (This, Connection))
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 94 throw new SQLException("stale connection");
164 throw new SQLException("stale connection");
172 public Connection getConnection() throws SQLException {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 58 * {@link Response#body} method. To facilitate connection recycling, callers
219 @Override public Connection connection() { method in class:Call.ApplicationInterceptorChain
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 22 import com.squareup.okhttp.Connection;
193 * @throws RouteException if the was a problem during connection via a specific route. Sometimes
336 public Connection getConnection() {
337 return streamAllocation.connection();
356 // For failure recovery, use the same route selector with a new connection.
378 // For failure recovery, use the same route selector with a new connection.
408 * Configure the socket connection to be either pooled or closed when it is
417 * Immediately closes the socket connection if it's currently held by this engine. Use this to
422 * transport layer connection has been established (such as a HTTP/2 stream) that is terminated.
423 * Otherwise if a socket connection is being established, that is terminated
662 @Override public Connection connection() { method in class:HttpEngine.NetworkInterceptorChain
889 Connection connection = streamAllocation.connection(); local
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunport.h 84 virtual Connection* CreateConnection(const Candidate& address,
turnport.cc 131 // Manages a "connection" to a remote destination. We will attempt to bring up
412 LOG_J(LS_WARNING, this) << "Connection with server failed, error=" << error;
440 Connection* TurnPort::CreateConnection(const Candidate& address,
473 Connection* conn = GetConnection(address);
859 if (Connection* conn = GetConnection(remote_addr)) {
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
ImsVideoCallProvider.java 24 import android.telecom.Connection;
181 /** @see Connection.VideoProvider#onSetCamera */
191 * @see Connection.VideoProvider#onSetCamera
196 /** @see Connection.VideoProvider#onSetPreviewSurface */
199 /** @see Connection.VideoProvider#onSetDisplaySurface */
202 /** @see Connection.VideoProvider#onSetDeviceOrientation */
205 /** @see Connection.VideoProvider#onSetZoom */
208 /** @see Connection.VideoProvider#onSendSessionModifyRequest */
212 /** @see Connection.VideoProvider#onSendSessionModifyResponse */
215 /** @see Connection.VideoProvider#onRequestCameraCapabilities *
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 143 void onHotplug(hwc2_display_t displayId, HWC2::Connection connection);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 42 public class GsmCdmaConnection extends Connection {
67 Connection mOrigConnection;
304 // Thus we prefer the preexisting handover connection instance.
410 * Called when this Connection is being hung up locally (eg, user pressed "end")
560 * Called when the radio indicates the connection has been disconnected.
588 /** Called when the call waiting connection has been hung up */
614 //Ignore dc.number and dc.name in case of a handover connection
678 * Called when this Connection is in the foregroundCall
871 // The AsyncResult.result is the Connection object
    [all...]
Phone.java 145 // Key used to read/write "disable data connection on boot" pref (used for testing)
708 public ArrayList<Connection> getHandoverConnection() {
724 ArrayList<Connection> conn = null;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 84 import com.android.internal.telephony.Connection;
247 // Initial condition for ims connection retry.
336 * Carrier configuration option which determines whether to notify the connection if a handover
3280 Connection connection = dial(number, videoState, extras); local
    [all...]
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.h 61 void onHotplug(Display display, IComposerCallback::Connection connected);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallListAdapter.java 37 * Listener used to handle tap of the "disconnect" button for a connection.
43 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
44 connection.setConnectionDisconnected(DisconnectCause.LOCAL);
45 SelfManagedCallList.getInstance().removeConnection(connection);
50 * Listener used to handle tap of the "active" button for a connection.
56 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
57 connection.setConnectionActive();
63 * Listener used to handle tap of the "held" button for a connection.
69 SelfManagedConnection connection = (SelfManagedConnection) parent.getTag();
70 connection.setConnectionHeld()
126 SelfManagedConnection connection = mConnections.get(position); local
    [all...]
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 20 import com.squareup.okhttp.Connection;
78 * currently connected. Instead, it indicates whether a connection has ever been
79 * attempted. Once a connection has been attempted, certain properties (request
107 * connected yet, or if the most recent connection was HTTP (and not HTTPS).
132 // Calling disconnect() before a connection exists should have no effect.
139 // connection will close its streams directly. If it doesn't, the worst
233 "Cannot access request header fields after connection is set");
462 Connection connection = httpEngine.getConnection(); local
463 if (connection != null)
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 170 /* Possible connection options from the hotplug callback */
377 static inline const char* getConnectionName(hwc2_connection_t connection) {
378 switch (connection) {
592 enum class Connection : int32_t {
597 TO_STRING(hwc2_connection_t, Connection, getConnectionName)
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java 23 import java.sql.Connection;
44 private static Connection conn;
  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 50 * A Connection connecting to a secure http server or tunneling through
53 public class HttpsConnection extends Connection {
116 * Object to wait on when suspending the SSL connection
121 * True if the connection is suspended pending the result of asking the
127 * True if the connection attempt should be aborted due to an ssl
136 * Contructor for a https connection.
146 * connection.
154 * Opens the connection to a http server or proxy.
156 * @return the opened low level connection
157 * @throws IOException if the connection fails for any reason
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 51 // Layer represents the connection between a hardware composer layer and the
360 Connection conn) override;
  /frameworks/native/services/vr/hardware_composer/impl/
vr_composer_client.cpp 160 IComposerCallback::Connection connected) {
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera.cpp 97 connection_.reset(new V4L2Wrapper::Connection(device_));
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 341 Connection: keep-alive
360 Connection: Close
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 341 Connection: keep-alive
360 Connection: Close

Completed in 2126 milliseconds

<<11121314151617181920