Searched refs:connect (Results 226 - 250 of 297) sorted by relevance

1234567891011>>

/frameworks/support/car/car-stubs/
H A Dandroid.car.jar ... Context context android.content.ServiceConnection serviceConnectionListener public void connect () throws java.lang.IllegalStateException public void disconnect () public ...
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaSession2Stub.java182 connect(extras, cb);
522 private void connect(Bundle extras, final ResultReceiver cb) { method in class:MediaSession2Stub
H A DMediaSessionLegacyStub.java308 private void connect(Bundle extras, final ResultReceiver cb) { method in class:MediaSessionLegacyStub
H A DMediaBrowserServiceCompat.java577 mServiceBinderImpl.connect(data.getString(DATA_PACKAGE_NAME),
831 public void connect(final String pkg, final int pid, final int uid, final Bundle rootHints, method in class:MediaBrowserServiceCompat.ServiceBinderImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java1250 inOrderS.verify(mockAwareService).connect(any(), any(),
1322 verify(mockAwareService).connect(any(), any(),
1430 mDut.connect(clientId, Process.myUid(), pid, callingPackage, mMockCallback,
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp116 // Try to connect to new output surface. If failed, current output surface will not
122 output->connect(listener,
127 ALOGE("setSurface: failed to connect (%d)", status);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp460 res = mInputProducer->connect(new InputProducerListener(this),
463 ALOGE("%s: Camera %d: Unable to connect to input producer: "
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp373 res = mConsumer->connect(NATIVE_WINDOW_API_CAMERA,
377 ALOGE("%s: Unable to connect to native window for stream %d",
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1573 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1578 * @param channel RFCOMM channel to connect to
1607 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1612 * @param channel L2cap PSM/channel to connect to
1628 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1633 * @param channel L2cap PSM/channel to connect to
1650 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1652 * determine which channel to connect to.
1697 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1699 * determine which channel to connect t
[all...]
H A DBluetoothGattServer.java525 * <p>The autoConnect paramter determines whether to actively connect to
534 * @param autoConnect Whether to directly connect to the remote device (false) or to
535 * automatically connect as soon as the remote device becomes available (true).
538 public boolean connect(BluetoothDevice device, boolean autoConnect) { method in class:BluetoothGattServer
541 "connect() - device: " + device.getAddress() + ", auto: " + autoConnect);
H A DBluetoothSocket.java54 * Then call {@link #connect()} to attempt a connection to the remote device.
167 * @param device remote device that this socket can connect to
185 * @param device remote device that this socket can connect to
275 * @param address remote device that this socket can connect to
363 * Attempt to connect to a remote device.
380 public void connect() throws IOException { method in class:BluetoothSocket
391 if (DBG) Log.d(TAG, "connect(), SocketState: " + mSocketState + ", mPfd: " + mPfd);
393 if (mPfd == null) throw new IOException("bt socket connect failed");
401 throw new IOException("bt socket connect failed");
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java575 mWifiManager.connect(config, new WifiManager.ActionListener() {
579 Log.e(LOG_TAG, "connect failed " + reason);
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java203 public void connect(final String pkg, final Bundle rootHints, method in class:MediaBrowserService.ServiceBinder
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java244 // then we want to go ahead and automatically connect to the
247 // the keyboard, meaning we shouldn't try to automtically connect
250 device.connect(false);
386 // We don't need to manually connect to the device here because it will
387 // automatically try to connect after it has been paired.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java386 if (mWifiController.connect(ap)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DCarVolumeDialogImpl.java126 mCar.connect();
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonConnector.java199 socket.connect(address);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java798 sLmkdSocket.connect(
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java402 Os.connect(mFileDescriptor, mTarget, dstPort);
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareManager.java282 mService.connect(binder, mContext.getOpPackageName(),
/frameworks/native/libs/gui/
H A DBufferHubProducer.cpp446 status_t BufferHubProducer::connect(const sp<IProducerListener>& /* listener */, int api, function in class:android::BufferHubProducer
465 ALOGE("BufferHubProducer::connect: This BufferHubProducer is not "
488 ALOGE("BufferHubProducer::connect: unknow API %d", api);
H A DBufferQueueConsumer.cpp475 status_t BufferQueueConsumer::connect( function in class:android::BufferQueueConsumer
480 BQ_LOGE("connect: consumerListener may not be NULL");
484 BQ_LOGV("connect: controlledByApp=%s",
490 BQ_LOGE("connect: BufferQueue has been abandoned");
/frameworks/native/opengl/libagl/
H A Degl.cpp181 virtual EGLBoolean connect() { return EGL_TRUE; } function in struct:android::egl_surface_t
251 virtual EGLBoolean connect();
387 EGLBoolean egl_window_surface_v2_t::connect() function in class:android::egl_window_surface_v2_t
432 ALOGE("connect() failed to lock buffer %p (%ux%u)",
1824 if (d->connect() == EGL_FALSE) {
1831 // FIXME: lock/connect the read surface too
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DConnectivityServiceMock.java752 nfi.asyncChannel.connect(mContext, mTrackerHandler, nfi.messenger);
795 // na.asyncChannel.connect(mContext, mTrackerHandler, na.messenger);
/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java198 // If not on an AIO device and we permanently stopped trying to connect to the
1149 mCurrentVrService.connect();
1374 // connect one.
1377 mCurrentVrCompositorService.connect();

Completed in 1482 milliseconds

1234567891011>>