Searched refs:connect (Results 51 - 75 of 121) sorted by relevance

12345

/frameworks/native/include/gui/
H A DSurfaceTextureClient.h109 virtual int connect(int api);
H A DBufferQueue.h151 // connect attempts to connect a producer client API to the BufferQueue.
155 // This method will fail if the connect was previously called on the
157 virtual status_t connect(int api, QueueBufferOutput* output);
161 // ISurfaceTexture methods to fail except for getAllocator and connect.
162 // Successfully calling connect after this will allow the other methods to
497 // by the connect and disconnect methods.
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp161 CHECK_EQ(client.connect(), (status_t)OK);
/frameworks/av/cmds/stagefright/
H A Drecord.cpp186 CHECK_EQ(client.connect(), (status_t)OK);
302 CHECK_EQ(client.connect(), (status_t)OK);
H A Drecordvideo.cpp254 CHECK_EQ(client.connect(), (status_t)OK);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java89 * Return codes for the connect and disconnect Bluez / Dbus calls.
290 public boolean connect(BluetoothDevice device) { method in class:BluetoothInputDevice
291 if (DBG) log("connect(" + device + ")");
294 return mService.connect(device);
H A DBluetoothHeadset.java331 public boolean connect(BluetoothDevice device) { method in class:BluetoothHeadset
332 if (DBG) log("connect(" + device + ")");
336 return mService.connect(device);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp75 void LiveSession::connect( function in class:android::LiveSession
246 status_t err = mHTTPDataSource->connect(url, &headers);
824 keySource->connect(
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java116 // The device to which we want to connect, or null if we want to be disconnected.
120 // or are not trying to connect.
224 connect(device);
398 private void connect(final WifiP2pDevice device) { method in class:WifiDisplayController
402 Slog.d(TAG, "connect: nothing to do, already connecting to "
412 Slog.d(TAG, "connect: nothing to do, already connected to "
443 // Step 1. Before we try to connect to a new device, tell the system we
461 // Step 2. Before we try to connect to a new device, disconnect from the old one.
492 // Step 3. Before we try to connect to a new device, stop trying to connect
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java91 socket.connect(address);
338 socket.connect(address);
735 socket.connect(new InetSocketAddress(port));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java55 * make decisions about what access point to connect to.</li>
396 * Activity Action: Pick a Wi-Fi network to connect to.
415 * will be made to automatically connect to remembered access points,
633 * networks are disabled, and an attempt to connect to the selected
638 * select a particular network to connect to is specify {@code true}
1034 * Start the driver and connect to network.
1371 mAsyncChannel.connect(mContext, mHandler, mWifiServiceMessenger);
1400 public void connect(WifiConfiguration config, ActionListener listener) { method in class:WifiManager
1422 public void connect(int networkId, ActionListener listener) { method in class:WifiManager
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java52 /** Timeout to connect a profile proxy in ms. */
901 * @param profile The profile to connect. One of {@link BluetoothProfile#A2DP},
940 assertTrue(((BluetoothA2dp)proxy).connect(device));
942 assertTrue(((BluetoothHeadset)proxy).connect(device));
944 assertTrue(((BluetoothInputDevice)proxy).connect(device));
1081 * {@link #incomingPanConnection(BluetoothAdapter, BluetoothDevice)} to either connect to a
1086 * @param connect If the method should initiate the connection (is PANU)
1089 boolean connect) {
1094 if (connect) {
1129 Log.i("BT", "connect t
1088 connectPanOrIncomingPanConnection(BluetoothAdapter adapter, BluetoothDevice device, boolean connect) argument
[all...]
/frameworks/av/camera/
H A DICamera.cpp247 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::BpCamera
400 reply->writeInt32(connect(cameraClient));
/frameworks/native/libs/gui/
H A DISurfaceTexture.cpp159 virtual status_t connect(int api, QueueBufferOutput* output) { function in class:android::BpSurfaceTexture
275 status_t res = connect(api, output);
H A DSurfaceTextureClient.cpp427 return connect(api);
504 int SurfaceTextureClient::connect(int api) { function in class:android::SurfaceTextureClient
506 ALOGV("SurfaceTextureClient::connect");
509 int err = mSurfaceTexture->connect(api, &output);
741 int err = SurfaceTextureClient::connect(NATIVE_WINDOW_API_CPU);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp58 status_t ChromiumHTTPDataSource::connect( function in class:android::ChromiumHTTPDataSource
68 LOG_PRI(ANDROID_LOG_VERBOSE, LOG_TAG, "connect on behalf of uid %d", uid);
82 "connect to <URL suppressed> @%lld", offset);
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h104 mConn->connect(mServerURL.c_str(), reply);
118 client.connect();
506 CHECK_EQ(0, connect(mRTPSocket,
510 CHECK_EQ(0, connect(mRTCPSocket,
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.h47 virtual status_t connect(const sp<ICameraClient>& client);
/frameworks/base/core/java/android/accessibilityservice/
H A DUiTestAutomationBridge.java118 public void connect() { method in class:UiTestAutomationBridge
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java231 protected void connect(LocalSocketAddress address, int timeout) method in class:LocalSocketImpl
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java273 conn.connect();
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java180 mScannerConnection.connect();
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp91 status_t err = mClient.connect();
/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java434 mAsyncChannel.connect(mContext, mHandler, messenger);
/frameworks/base/core/java/android/os/
H A DProcess.java451 sZygoteSocket.connect(new LocalSocketAddress(ZYGOTE_SOCKET,
483 throw new ZygoteStartFailedEx("connect failed");

Completed in 385 milliseconds

12345