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

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 452 // Removed remote_type comparision aginst best connection remote
527 // Verifying remote channel best connection information. This is done
532 // Checking for best connection candidates information at remote.
574 // new connection using the newly generated ice candidates.
    [all...]
tcpport.cc 13 * passive side just waits for an incoming connection.
19 * the connection.
22 * outstanding TCP connection in progress.
24 * - PretendWri: Tracked by |pretending_to_be_writable_|. Marking connection as
25 * WRITE_TIMEOUT will cause the connection be deleted. Instead, we're
35 * | Timeout |Connection is |<----------------+
126 Connection* TCPPort::CreateConnection(const Candidate& address,
202 // For Connection, this is the code path used by Ping() to establish
223 // Error from this code path for a Connection (instead of from a bare
263 LOG_J(LS_VERBOSE, this) << "Accepted connection from
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnection.java 24 import android.telecom.Connection;
34 * An implementation of the {@link android.telecom.Connection} class used by the
37 public class CtsConnection extends Connection {
39 * Listener used to inform the CtsVerifier app of changes to a connection.
42 void onDestroyed(CtsConnection connection) { };
43 void onDisconnect(CtsConnection connection) { };
44 void onHold(CtsConnection connection) { };
45 void onUnhold(CtsConnection connection) { };
46 void onAnswer(CtsConnection connection, int videoState) { };
47 void onReject(CtsConnection connection) { };
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
versioning_test_service.cc 104 bool OnConnect(Connection* connection) override {
105 connection->AddInterface<HumanResourceDatabase>(this);
110 void Create(Connection* connection,
113 // connection error.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java 10 import java.sql.Connection;
19 Connection connection; field in class:ShadowSQLiteProgram
23 connection = Robolectric.shadowOf(db).getConnection();
26 actualDBstatement = connection.prepareStatement(sql,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 36 import com.android.internal.telephony.Connection;
103 * Signals all registrants that the remote hold tone should be started for a connection.
105 * @param cn The connection.
107 protected void startOnHoldTone(Connection cn) {
108 Pair<Connection, Boolean> result = new Pair<Connection, Boolean>(cn, Boolean.TRUE);
113 * Signals all registrants that the remote hold tone should be stopped for a connection.
115 * @param cn The connection.
117 protected void stopOnHoldTone(Connection cn) {
118 Pair<Connection, Boolean> result = new Pair<Connection, Boolean>(cn, Boolean.FALSE)
    [all...]
ImsPhoneConnection.java 44 import com.android.internal.telephony.Connection;
54 public class ImsPhoneConnection extends Connection implements
85 // The cached connect time of the connection when it turns into a conference.
107 private android.telecom.Connection.RttTextStream mRttTextStream;
193 // connection is not likely to be associated with a TelephonyConnection yet).
260 Connection.Capability.SUPPORTS_VT_LOCAL_BIDIRECTIONAL);
271 Connection.Capability.SUPPORTS_VT_LOCAL_BIDIRECTIONAL);
280 Connection.Capability.SUPPORTS_VT_REMOTE_BIDIRECTIONAL);
287 Connection.Capability.SUPPORTS_VT_REMOTE_BIDIRECTIONAL);
403 * Called when this Connection is being hung up locally (eg, user pressed "end"
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestManagedVideoProvider.java 20 import android.telecom.Connection;
26 public class TestManagedVideoProvider extends Connection.VideoProvider {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 22 import android.telecom.Connection;
23 import android.telecom.Connection.VideoProvider;
BluetoothPhoneServiceTest.java 26 import android.telecom.Connection;
276 addCallCapability(parentCall, Connection.CAPABILITY_MERGE_CONFERENCE);
277 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
278 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
323 addCallCapability(parentCall, Connection.CAPABILITY_MERGE_CONFERENCE);
324 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
325 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
364 removeCallCapability(parentCall, Connection.CAPABILITY_MERGE_CONFERENCE);
365 removeCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN);
531 addCallCapability(parentCall, Connection.CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 30 import com.android.internal.telephony.Connection;
138 Connection cn;
157 // One DIALING connection
190 assertEquals(Connection.PostDialState.NOT_STARTED, cn.getPostDialState());
196 // One ALERTING connection
221 assertEquals(Connection.PostDialState.NOT_STARTED, cn.getPostDialState());
224 // One ACTIVE connection
248 assertEquals(Connection.PostDialState.COMPLETE, cn.getPostDialState());
251 // One disconnected connection
312 cn = (Connection) ar.result
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
RttOperationsTest.java 21 import android.telecom.Connection;
51 final MockConnection connection = verifyConnectionForOutgoingCall(); local
55 verifyRttEnabled(call, connection);
64 final MockConnection connection = verifyConnectionForIncomingCall(); local
68 verifyRttEnabled(call, connection);
77 final MockConnection connection = verifyConnectionForOutgoingCall(); local
83 connection.getInvokeCounter(MockConnection.ON_START_RTT);
87 connection.setRttTextStream((Connection.RttTextStream) startRttCounter.getArgs(0)[0]);
88 connection.sendRttInitiationSuccess()
99 final MockConnection connection = verifyConnectionForOutgoingCall(); local
123 final MockConnection connection = verifyConnectionForOutgoingCall(); local
146 final MockConnection connection = verifyConnectionForOutgoingCall(); local
170 final MockConnection connection = verifyConnectionForOutgoingCall(); local
189 final MockConnection connection = verifyConnectionForOutgoingCall(); local
    [all...]
  /external/apache-http/android/src/android/net/http/
HttpConnection.java 31 class HttpConnection extends Connection {
39 * Opens the connection to a http server
41 * @return the opened low level connection
42 * @throws IOException if the connection fails for any reason.
47 // Update the certificate info (connection not secure - set to null)
61 * Closes the low level connection.
64 * connection will have been closed (to the extent possible)
75 "closeConnection(): failed closing connection " +
82 * Restart a secure connection suspended waiting for user interaction.
  /external/libbrillo/brillo/http/
http_transport_fake.h 25 class Connection;
69 // can be used to specify the error to be returned when creating a connection.
86 std::shared_ptr<http::Connection> CreateConnection(
97 RequestID StartAsyncTransfer(http::Connection* connection,
245 // of fake::Connection.
246 friend class Connection;
247 // Helper for fake::Connection::GetResponseStatusCode().
249 // Helper for fake::Connection::GetResponseStatusText().
251 // Helper for fake::Connection::GetProtocolVersion()
    [all...]
http_transport_curl.cc 31 // This is a class that stores connection data on particular CURL socket
79 // The socket file descriptor for the connection.
88 // connection.
93 // We store a connection here to make sure the object is alive for
95 std::shared_ptr<Connection> connection; member in struct:brillo::http::curl::Transport::AsyncRequestData
116 std::shared_ptr<http::Connection> Transport::CreateConnection(
123 std::shared_ptr<http::Connection> connection; local
129 return connection;
423 Connection* connection = nullptr; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 38 import com.android.internal.telephony.Connection;
97 public Connection takeIncomingCall(Object incomingCall) {
128 SipConnection connection = mRingingCall.initIncomingCall(sipAudioCall, local
134 connection = null;
136 return connection;
186 public Connection dial(String dialString, int videoState) throws CallStateException {
192 private Connection dialInternal(String dialString, int videoState)
210 Connection c = mForegroundCall.dial(dialString);
420 slog("illegal connection state: " + sessionState);
475 for (Connection c : mConnections)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_callbacks.cpp 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) {
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_callbacks.cpp 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) {
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_callbacks.cpp 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) {
  /prebuilts/go/darwin-x86/src/net/
net_windows_test.go 130 // Send second connection data (with delay in a separate goroutine).
147 // Receive first or second connection.
154 // First connection data is received, let's get second connection data.
156 // First connection is lost forever, but that is ok.
162 // Get second connection data.
232 //Interface Local Area Connection Parameters
316 //Configuration for interface "Local Area Connection"
391 //Interface Luid : Local Area Connection
541 //Connection Name: Local Area Connectio
    [all...]
  /prebuilts/go/linux-x86/src/net/
net_windows_test.go 130 // Send second connection data (with delay in a separate goroutine).
147 // Receive first or second connection.
154 // First connection data is received, let's get second connection data.
156 // First connection is lost forever, but that is ok.
162 // Get second connection data.
232 //Interface Local Area Connection Parameters
316 //Configuration for interface "Local Area Connection"
391 //Interface Luid : Local Area Connection
541 //Connection Name: Local Area Connectio
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 112 _ECONNABORTED = 103 /* Connection aborted */
113 _ECONNRESET = 104 /* Connection reset by peer */
119 _ETIMEDOUT = 110 /* Connection timed out */
120 _ECONNREFUSED = 111 /* Connection refused */
124 _EINPROGRESS = 115 /* Connection already in progress */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 112 _ECONNABORTED = 103 /* Connection aborted */
113 _ECONNRESET = 104 /* Connection reset by peer */
119 _ETIMEDOUT = 110 /* Connection timed out */
120 _ECONNREFUSED = 111 /* Connection refused */
124 _EINPROGRESS = 115 /* Connection already in progress */
  /external/libmicrohttpd/src/testspdy/
test_notls.c 86 struct Connection {
88 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
93 SSL connection. */
207 struct Connection *connection; local
209 connection = (struct Connection*)user_data;
210 connection->want_io = IO_NONE;
212 rv = write(connection->fd,
224 connection->want_io = WANT_WRITE
248 struct Connection *connection; local
610 struct Connection connection; local
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
connection.py 4 # multiprocessing/connection.py
141 Accept a connection on the bound socket or named pipe of `self`.
143 Returns a `Connection` object.
163 Returns a connection to the address of a `Listener`
185 Returns pair of connection objects at either end of a pipe
191 c1 = _multiprocessing.Connection(os.dup(s1.fileno()))
192 c2 = _multiprocessing.Connection(os.dup(s2.fileno()))
197 c1 = _multiprocessing.Connection(fd1, writable=False)
198 c2 = _multiprocessing.Connection(fd2, readable=False)
207 Returns pair of connection objects at either end of a pip
    [all...]

Completed in 482 milliseconds

1 2 3 4 5 6 78 91011>>