HomeSort by relevance Sort by last modified time
    Searched full:createconnection (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 38 void createConnection(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portinterface.h 88 virtual Connection* CreateConnection(
106 // into a real connection, call CreateConnection.
113 // NOTE: You MUST call CreateConnection BEFORE SendBindingResponse.
portproxy.cc 91 Connection* PortProxy::CreateConnection(const Candidate& remote_candidate,
94 return impl_->CreateConnection(remote_candidate, origin);
port_unittest.cc 167 virtual Connection* CreateConnection(const Candidate& remote_candidate,
237 void CreateConnection() {
238 conn_ = src_->CreateConnection(GetCandidate(dst_), Port::ORIGIN_MESSAGE);
256 conn_ = src_->CreateConnection(c, Port::ORIGIN_MESSAGE);
649 ch1.CreateConnection();
679 ch2.CreateConnection();
766 ch1->CreateConnection();
    [all...]
portproxy.h 65 virtual Connection* CreateConnection(const Candidate& remote_candidate,
relayport.h 72 virtual Connection* CreateConnection(const Candidate& address,
turnport_unittest.cc 252 Connection* conn1 = udp_port_->CreateConnection(
262 Connection* conn2 = turn_port_->CreateConnection(
286 Connection* conn1 = turn_port_->CreateConnection(
288 Connection* conn2 = udp_port_->CreateConnection(
stunport.h 92 virtual Connection* CreateConnection(const Candidate& address,
tcpport.h 67 virtual Connection* CreateConnection(const Candidate& address,
p2ptransportchannel.cc 385 CreateConnection(port, *iter, iter->origin_port(), false);
543 Connection* connection = port->CreateConnection(
671 if (CreateConnection(*it, new_remote_candidate, origin_port, readable)) {
679 if (CreateConnection(
692 bool P2PTransportChannel::CreateConnection(PortInterface* port,
718 connection = port->CreateConnection(remote_candidate, origin);
    [all...]
p2ptransportchannel.h 187 bool CreateConnection(PortInterface* port, const Candidate& remote_candidate,
turnport.h 85 virtual Connection* CreateConnection(
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java 85 c = createConnection(url, requestHeaders);
110 c = createConnection(url, requestHeaders);
127 private HttpURLConnection createConnection(String url, Map<String, String> headers)
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 103 public void createConnection(
232 createConnection(
241 createConnection(
525 * createConnection util a connection service cancels the process or completes it successfully.
527 private void createConnection(
533 Log.d(this, "createConnection, callManagerAccount: %s, callId: %s, request: %s, " +
540 Log.d(this, "createConnection, connection: %s", connection);
552 Log.v(this, "createConnection, number: %s, state: %s, capabilities: %s",
557 Log.d(this, "createConnection, calling handleCreateConnectionSuccessful %s", callId);
    [all...]
RemoteConnectionService.java 347 mOutgoingConnectionServiceRpc.createConnection(
  /frameworks/volley/src/com/android/volley/toolbox/
HurlStack.java 151 protected HttpURLConnection createConnection(URL url) throws IOException {
162 HttpURLConnection connection = createConnection(url);
  /external/chromium_org/content/test/data/media/
peerconnection-call.html 127 thirdConnection = createConnection(null, 'remote-view-3');
130 fourthConnection = createConnection(null, 'remote-view-4');
589 gFirstConnection = createConnection(constraints, 'remote-view-1');
592 gSecondConnection = createConnection(constraints, 'remote-view-2');
596 function createConnection(constraints, remoteView) {
    [all...]
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionOperator.java 71 OperatedClientConnection createConnection()
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.h 254 scoped_ptr<IndexedDBConnection> CreateConnection(
indexed_db_database.cc 196 scoped_ptr<IndexedDBConnection> IndexedDBDatabase::CreateConnection(
    [all...]
  /frameworks/native/include/gui/
ISurfaceComposer.h 76 virtual sp<ISurfaceComposerClient> createConnection() = 0;
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 54 virtual sp<ISurfaceComposerClient> createConnection()
302 sp<IBinder> b = createConnection()->asBinder();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 616 void createConnection(final Call call, final CreateConnectionResponse response) {
617 Log.d(this, "createConnection(%s) via %s.", call, getComponentName());
638 mServiceInterface.createConnection(
649 Log.e(this, e, "Failure to createConnection -- %s", getComponentName());
    [all...]
CreateConnectionProcessor.java 174 service.createConnection(mCall, new Response(service));
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 104 this.connection = connOperator.createConnection();

Completed in 484 milliseconds

1 2 3