/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel.cc | 101 channel_->SignalWritableState.connect(this, 103 channel_->SignalReadPacket.connect(this, 105 channel_->SignalSentPacket.connect( 107 channel_->SignalReadyToSend.connect(this, 109 channel_->SignalGatheringState.connect( 111 channel_->SignalCandidateGathered.connect( 113 channel_->SignalRoleConflict.connect(this, 115 channel_->SignalRouteChange.connect(this, 117 channel_->SignalConnectionRemoved.connect(this, 119 channel_->SignalReceivingState.connect(this [all...] |
/prebuilts/sdk/tools/ |
jack-admin | 134 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 158 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 195 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 225 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 352 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 383 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 399 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 416 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 430 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT \ 530 --no-buffer --write-out '%{http_code}' --silent --connect-timeout $JACK_CONNECTION_TIMEOUT [all...] |
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
ServerConnection.cpp | 85 if (pipeStream->connect() < 0) { 86 ALOGE("couldn't connect to host server\n"); 104 if (tcpStream->connect(hostname, CODEC_SERVER_PORT) < 0) { 105 ALOGE("couldn't connect to %s\n", hostname);
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
UnixSocketTest.java | 43 pingClient.connect(new InetSocketAddress( 88 // Now validate that we get a interrupted exception if we try to connect 93 theSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 104 // Port 0 is not allowed to be used in connect() on some platforms,
|
/external/autotest/server/cros/faft/ |
rpc_proxy.py | 78 self.connect() 82 def connect(self): member in class:RPCProxy 83 """Connect the RPC server."""
|
/external/webrtc/webrtc/base/ |
sigslottester.h.pump | 61 signal->connect(this, &SigslotTester$i::OnSignalCallback);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
mucroomconfigtask_unittest.cc | 75 task->SignalResult.connect(listener, &MucRoomConfigListener::OnResult); 115 task->SignalError.connect(listener, &MucRoomConfigListener::OnError);
|
pubsubclient_unittest.cc | 92 client->SignalItems.connect( 94 client->SignalRequestError.connect( 96 client->SignalPublishResult.connect( 98 client->SignalPublishError.connect( 100 client->SignalRetractResult.connect( 102 client->SignalRetractError.connect(
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
UiAutomationShellWrapper.java | 24 public void connect() { method in class:UiAutomationShellWrapper 31 mUiAutomation.connect();
|
/frameworks/base/core/java/android/app/ |
IUiAutomationConnection.aidl | 36 void connect(IAccessibilityServiceClient client, int flags);
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothA2dp.aidl | 30 boolean connect(in BluetoothDevice device);
|
IBluetoothInputDevice.aidl | 28 boolean connect(in BluetoothDevice device);
|
IBluetoothMapClient.aidl | 29 boolean connect(in BluetoothDevice device);
|
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
BidirectionalAsyncChannel.java | 45 public void connect(final Looper looper, final Messenger messenger, method in class:BidirectionalAsyncChannel 47 assertEquals("AsyncChannel must be disconnected to connect", 60 Log.d(TAG, "Failed to connect channel " + this); 80 mChannel.connect(null, rawMessageHandler, messenger);
|
/frameworks/native/include/gui/ |
BufferQueueConsumer.h | 75 // connect connects a consumer to the BufferQueue. Only one 83 virtual status_t connect(const sp<IConsumerListener>& consumerListener, 168 return connect(consumer, controlledByApp);
|
/hardware/qcom/display/msm8996/libqservice/ |
QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { function in class:qService::QService 57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { function in class:qService::QService
|
/hardware/qcom/display/msm8998/libqservice/ |
QService.cpp | 52 void QService::connect(const sp<qClient::IQClient>& client) { function in class:qService::QService 57 void QService::connect(const sp<qClient::IQHDMIClient>& client) { function in class:qService::QService
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldUnixSocketTest.java | 44 pingClient.connect(new InetSocketAddress( 89 // Now validate that we get a interrupted exception if we try to connect 94 theSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 105 // Port 0 is not allowed to be used in connect() on some platforms,
|
ConcurrentCloseTest.java | 61 System.err.println("connect..."); 62 s.connect(UNREACHABLE_ADDRESS); 63 fail("connect returned: " + s + "!"); 73 System.err.println("connect (with timeout)..."); 74 s.connect(UNREACHABLE_ADDRESS, 3600 * 1000); 75 fail("connect returned: " + s + "!"); 85 System.err.println("connect (non-blocking)..."); 87 s.connect(UNREACHABLE_ADDRESS); 91 fail("connect returned: " + s + "!"); 105 s.connect(ss.getLocalSocketAddress()) [all...] |
OldSocketTest.java | 134 fail("second connect should have failed with EADDRINUSE"); 660 // set up server connect and then validate that we get the right 698 // set up server connect and then validate that we get the right 710 // now create one that is not connect and validate that we get the 718 // now connect and validate we get the right answer 719 theSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 740 // now do it with the new constructors and revalidate. Connect causes 746 theSocket.connect(serverSocket.getLocalSocketAddress()); 779 theSocket.connect(serverSocket.getLocalSocketAddress()); 841 // make sure we can now connect and that connections appear to com 2083 protected void connect(String arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl 2087 protected void connect(InetAddress arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl 2091 protected void connect(SocketAddress arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/ |
SocketChannel.java | 44 * socket channel can be connected by invoking its {@link #connect connect} 51 * remote socket may be initiated via the {@link #connect connect} method for 106 * #connect connect} and {@link #finishConnect finishConnect} methods are 152 * method, invoking the {@link #connect(SocketAddress) connect} method upon 163 * while the connect operation is in progress 167 * while the connect operation is in progress, thereb 389 public abstract boolean connect(SocketAddress remote) throws IOException; method in class:SocketChannel [all...] |
/packages/services/Car/car-support-lib/src/android/support/car/ |
CarServiceLoaderEmbedded.java | 58 public void connect() throws IllegalStateException { method in class:CarServiceLoaderEmbedded 59 mEmbeddedCar.connect();
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ScriptGroupTest.java | 45 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local 52 a1_copy = Allocation.createTyped(mRS, connect); 53 a2_copy = Allocation.createTyped(mRS, connect); 79 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local 88 a1_copy = Allocation.createTyped(mRS, connect); 89 a2_copy = Allocation.createTyped(mRS, connect); 121 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local 130 a1_copy = Allocation.createTyped(mRS, connect); 131 a2_copy = Allocation.createTyped(mRS, connect); 149 b.addConnection(connect, mColorMatrix.getKernelID(), mConvolve3x3.getFieldID_Input()) 167 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local 228 Type connect = new Type.Builder(mRS, Element.I32(mRS)).setX(bDimX).create(); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
DatagramSocketTest.java | 152 ds.connect(inetAddress, 0); 161 ds.connect(inetAddress, 0); 172 ds.connect(localHost, ds.getLocalPort()); 208 ds.connect(Inet6Address.LOOPBACK, server.getPort()); 230 ds.connect(Inet6Address.LOOPBACK, s1.getPort()); 239 // Validate that we can connect, then disconnect, then connect then 249 ds.connect(Inet6Address.LOOPBACK, broken.getPort()); 251 ds.connect(Inet6Address.LOOPBACK, serverPortNumber); 265 // Validate that we can connect/disconnect then send/recv to any addres [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 88 u.connect(); 121 u.connect(); 141 u.connect(); 159 u.connect(); 175 public void connect() { method in class:URLConnectionTest.MockURLConnection 184 public void connect() throws IOException { 316 uc.connect(); 328 * {@link java.net.URLConnection#connect()} 332 uc.connect(); 334 uc.connect(); [all...] |