HomeSort by relevance Sort by last modified time
    Searched refs:Connection (Results 301 - 325 of 420) sorted by null

<<11121314151617

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 178 HWC2::Connection connected) {
183 ALOGE_IF(connected != HWC2::Connection::Connected, "Assumed primary"
191 if (connected == HWC2::Connection::Connected) {
198 connected == HWC2::Connection::Connected);
HWComposer.h 178 HWC2::Connection connected);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProvider.java 26 import android.telecom.Connection;
167 /** @see Connection.VideoProvider#onSetCamera */
170 /** @see Connection.VideoProvider#onSetPreviewSurface */
173 /** @see Connection.VideoProvider#onSetDisplaySurface */
176 /** @see Connection.VideoProvider#onSetDeviceOrientation */
179 /** @see Connection.VideoProvider#onSetZoom */
182 /** @see Connection.VideoProvider#onSendSessionModifyRequest */
186 /** @see Connection.VideoProvider#onSendSessionModifyResponse */
189 /** @see Connection.VideoProvider#onRequestCameraCapabilities */
192 /** @see Connection.VideoProvider#onRequestCallDataUsage *
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 43 public class GsmCdmaConnection extends Connection {
68 Connection mOrigConnection;
293 // Thus we prefer the preexisting handover connection instance.
399 * Called when this Connection is being hung up locally (eg, user pressed "end")
541 * Called when the radio indicates the connection has been disconnected.
569 /** Called when the call waiting connection has been hung up */
595 //Ignore dc.number and dc.name in case of a handover connection
660 * Called when this Connection is in the foregroundCall
853 // The AsyncResult.result is the Connection object
    [all...]
Phone.java 126 // Key used to read/write "disable data connection on boot" pref (used for testing)
630 public ArrayList<Connection> getHandoverConnection() {
646 ArrayList<Connection> conn = null;
769 public void notifyHandoverStateChanged(Connection cn) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIntentProcessor.java 12 import android.telecom.Connection;
120 // Ensure call subject is passed on to the connection service.
209 "Processing incoming call from connection service [%s]",
  /system/bt/service/
gatt_server.cpp 320 // Find the correct connection ID for |device_address| and |request_id|.
327 std::shared_ptr<Connection> connection; local
333 connection = tmp;
336 if (!connection) {
347 int handle = connection->request_id_to_handle[request_id];
358 connection->conn_id, request_id, error, &response);
364 connection->request_id_to_handle.erase(request_id);
386 // Get the connection IDs for which we will send this notification.
407 // Make sure that one isn't already pending for this connection
    [all...]
  /system/connectivity/shill/
active_link_monitor.cc 28 #include "shill/connection.h"
44 static string ObjectID(Connection* c) { return c->interface_name(); }
53 ActiveLinkMonitor::ActiveLinkMonitor(const ConnectionRefPtr& connection,
59 : connection_(connection),
65 // Connection is not provided when this is used as a mock for testing
68 new ArpClient(connection ? connection->interface_index() : 0)),
connectivity_trial.cc 33 #include "shill/connection.h"
51 static string ObjectID(Connection* c) { return c->interface_name(); }
59 ConnectionRefPtr connection,
63 : connection_(connection),
http_request.cc 26 #include "shill/connection.h"
44 static string ObjectID(Connection* c) { return c->interface_name(); }
54 "Connection: Close\r\n\r\n";
56 HTTPRequest::HTTPRequest(ConnectionRefPtr connection,
59 : connection_(connection),
73 new DNSClient(connection->IsIPv6() ? IPAddress::kFamilyIPv6
75 connection->interface_name(),
76 connection->dns_servers(),
131 // Only install callbacks after connection succeeds in starting.
177 // Start a connection timeout only if we didn't synchronously connect
    [all...]
  /system/connectivity/shill/vpn/
vpn_service.cc 160 void VPNService::SetConnection(const ConnectionRefPtr& connection) {
161 // Construct the connection binder here rather than in the constructor because
168 new Connection::Binder(unique_name(),
173 // through this method. This means that the connection binder will not be
174 // notified when the connection is destructed (because we will unbind it first
176 // by ~VPNService) -- it will be notified only if the connection disconnects
177 // (e.g., because an underlying connection is destructed).
178 connection_binder_->Attach(connection);
179 Service::SetConnection(connection);
201 ConnectionRefPtr conn = connection();
    [all...]
vpn_service_unittest.cc 254 EXPECT_FALSE(service_->connection());
259 service_->connection_binder_->connection().get());
260 EXPECT_EQ(connection_.get(), service_->connection().get());
362 scoped_refptr<Connection> null_connection;
366 EXPECT_EQ(connection_.get(), service_->connection().get());
388 EXPECT_EQ(connection_.get(), service_->connection().get());
390 // Set the type of the lower connection to "wifi" and expect that type to be
408 scoped_refptr<Connection> null_connection;
412 EXPECT_EQ(connection_.get(), service_->connection().get());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 71 import com.android.internal.telephony.Connection;
324 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws
334 synchronized Connection
375 // foreground call is empty for the newly dialed connection
856 if (DBG) log("hangup connection");
2179 Connection connection = dial(number, videoState, extras); local
    [all...]
  /external/webrtc/webrtc/p2p/base/
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...]
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...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 42 import android.telecom.Connection;
482 Connection.STATE_HOLDING;
594 * call, no pull call request is made to the connection service.
613 * Tests the {@link Connection#sendConnectionEvent(String)} API.
628 * Tests the {@link Connection#sendConnectionEvent(String)} API.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adojet.h 357 virtual HRESULT WINAPI RefreshCache(_Connection *Connection) = 0;
370 HRESULT (WINAPI *RefreshCache)(IJetEngine *This,_Connection *Connection);
385 #define IJetEngine_RefreshCache(This,Connection) (This)->lpVtbl->RefreshCache(This,Connection)
390 HRESULT WINAPI IJetEngine_RefreshCache_Proxy(IJetEngine *This,_Connection *Connection);
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpDestination.java 41 import org.eclipse.jetty.io.Connection;
174 * Get a connection. We either get an idle connection if one is available, or
175 * we make a new connection, if we have not yet reached maxConnections. If we
178 * @param timeout max time prepared to block waiting to be able to get a connection
184 AbstractHttpConnection connection = null; local
186 while ((connection == null) && (connection = getIdleConnection()) == null && timeout > 0)
207 connection = (AbstractHttpConnection)o;
231 return connection;
236 AbstractHttpConnection connection = getConnection(timeout); local
244 AbstractHttpConnection connection = null; local
556 AbstractHttpConnection connection = getIdleConnection(); local
    [all...]
HttpExchange.java 36 import org.eclipse.jetty.io.Connection;
68 * developer may wish to directly call send on the destination or connection if they wish to bypass some handling provided (eg Cookie handling in the
128 AbstractHttpConnection connection = _connection; local
132 if (connection != null)
133 connection.exchangeExpired(this);
452 * the local address used by the connection
801 // Closing the connection here will cause the connection
816 void associate(AbstractHttpConnection connection)
818 if (connection.getEndPoint().getLocalAddr() != null
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java 41 import org.eclipse.jetty.io.Connection;
79 * @param maxIdleTime The maximum period in milli seconds that a connection may be idle before it is closed.
220 * This is not an exact measure as the connection count is averaged over the select sets.
240 * @param lowResourcesMaxIdleTime the period in ms that a connection is allowed to be idle when this SelectSet has more connections than {@link #getLowResourcesConnections()}
349 protected abstract void endPointUpgraded(ConnectedEndPoint endpoint,Connection oldConnection);
472 // finish accepting/connecting this connection
623 // Complete a connection of a registered channel
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 141 /* Possible connection options from the hotplug callback */
344 static inline const char* getConnectionName(hwc2_connection_t connection) {
345 switch (connection) {
556 enum class Connection : int32_t {
561 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/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 116 # Establish master SSH connection using ControlPersist.
152 # connection to run remote commands (crbug.com/239607).
264 if "Connection timed out" in stderr:
449 if 'Connection refused' in wget_output[1]:
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 93 ParcelableConnection connection) {
96 adapter.handleCreateConnectionComplete(id, request, connection);
219 Log.d(this, "sending connection %s with conference %s", callId, conferenceCallId);
289 * Retrieves a list of remote connection services usable to place calls.
309 String callId, Connection.VideoProvider videoProvider) {
321 * Requests that the framework use VOIP audio mode for this connection.
394 * Informs telecom of an existing connection which was added by the {@link ConnectionService}.
397 * @param connection The connection.
399 void addExistingConnection(String callId, ParcelableConnection connection) {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]

Completed in 1312 milliseconds

<<11121314151617