Searched refs:connect (Results 101 - 125 of 206) sorted by relevance

123456789

/frameworks/native/libs/gui/
H A DSurface.cpp557 return connect(api);
658 int Surface::connect(int api) { function in class:android::Surface
660 return connect(api, listener);
663 int Surface::connect(int api, const sp<IProducerListener>& listener) { function in class:android::Surface
665 ALOGV("Surface::connect");
668 int err = mGraphicBufferProducer->connect(listener, api, mProducerControlledByApp, &output);
1001 int err = Surface::connect(NATIVE_WINDOW_API_CPU);
H A DStreamSplitter.cpp85 status_t status = outputQueue->connect(listener, NATIVE_WINDOW_API_CPU,
88 ALOGE("addOutput: failed to connect (%d)", status);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java53 /** Timeout to connect a profile proxy in ms. */
914 * @param profile The profile to connect. One of {@link BluetoothProfile#A2DP},
953 assertTrue(((BluetoothA2dp)proxy).connect(device));
955 assertTrue(((BluetoothHeadset)proxy).connect(device));
957 assertTrue(((BluetoothInputDevice)proxy).connect(device));
1094 * {@link #incomingPanConnection(BluetoothAdapter, BluetoothDevice)} to either connect to a
1099 * @param connect If the method should initiate the connection (is PANU)
1102 boolean connect) {
1107 if (connect) {
1142 Log.i("BT", "connect t
1101 connectPanOrIncomingPanConnection(BluetoothAdapter adapter, BluetoothDevice device, boolean connect) argument
[all...]
/frameworks/av/camera/
H A DICamera.cpp249 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::BpCamera
405 reply->writeInt32(connect(cameraClient));
H A DCameraBase.cpp93 sp<TCam> CameraBase<TCam, TCamTraits>::connect(int cameraId, function in class:android::CameraBase
97 ALOGV("%s: connect", __FUNCTION__);
/frameworks/base/core/java/android/app/
H A DUiAutomation.java186 public void connect() { method in class:UiAutomation
197 mUiAutomationConnection.connect(mClient);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java101 * Return codes for the connect and disconnect Bluez / Dbus calls.
314 public boolean connect(BluetoothDevice device) { method in class:BluetoothInputDevice
315 if (DBG) log("connect(" + device + ")");
318 return mService.connect(device);
H A DBluetoothSap.java253 public boolean connect(BluetoothDevice device) { method in class:BluetoothSap
254 if (DBG) log("connect(" + device + ")" + "not supported for SAPS");
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java148 connect(device);
159 private void connect(UsbDevice device) { method in class:SinkActivity
188 // If already in accessory mode, then connect to the device.
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp269 CHECK_EQ(client.connect(), (status_t)OK);
/frameworks/av/media/libstagefright/
H A DDataSource.cpp239 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
240 ALOGE("Failed to connect http source!");
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp84 bool reconnect /* force connect HTTP when resuing source */) {
111 status_t err = mHTTPDataSource->connect(url, &headers);
/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/api1/
H A DCamera2Client.h57 virtual status_t connect(const sp<ICameraClient>& client);
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java283 protected void connect(LocalSocketAddress address, int timeout) method in class:LocalSocketImpl
/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java328 sslsock.connect(remoteAddress, connTimeout);
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java135 * This mode indicates that the user is actively trying to connect to a route
182 * Called when the system would like to connect to a display.
340 public void connect(String id) { method in class:RemoteDisplayProvider.ProviderStub
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java181 mScannerConnection.connect();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java174 .connect(dummyCallbacks, cameraId, clientPackageName,
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DMapProfile.java114 public boolean connect(BluetoothDevice device) { method in class:MapProfile
115 if(V)Log.d(TAG,"connect() - should not get called");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DWifiSignalController.java54 mWifiChannel.connect(context, handler, wifiMessenger);
165 Log.e(mTag, "Failed to connect to wifi");
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java273 conn.connect();
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DBrowserListFragment.java91 mBrowser.connect();
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h379 // connect attempts to connect a client API to the IGraphicBufferProducer.
383 // This method will fail if the connect was previously called on the
414 virtual status_t connect(const sp<IProducerListener>& listener,
420 // getAllocator and connect. Successfully calling connect after this will
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapSession.java307 mSocket.connect();

Completed in 986 milliseconds

123456789