Searched refs:connect (Results 1 - 25 of 122) sorted by relevance

12345

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothPan.aidl30 boolean connect(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl28 boolean connect(in BluetoothDevice device);
/frameworks/native/services/surfaceflinger/
H A DSurfaceTextureLayer.cpp37 status_t SurfaceTextureLayer::connect(int api, QueueBufferOutput* output) { function in class:android::SurfaceTextureLayer
38 status_t err = BufferQueue::connect(api, output);
H A DSurfaceTextureLayer.h40 virtual status_t connect(int api, QueueBufferOutput* output);
/frameworks/av/include/media/stagefright/
H A DOMXClient.h29 status_t connect();
/frameworks/base/core/java/android/net/
H A DLinkSocket.java59 * to connect to the given proxy.
135 * @param dstName the address of the remote host to connect to
136 * @param dstPort the port to connect to on the remote host
143 public void connect(String dstName, int dstPort, int timeout) method in class:LinkSocket
145 if (DBG) log("connect(dstName, dstPort, timeout) EX");
151 * @param dstName the address of the remote host to connect to
152 * @param dstPort the port to connect to on the remote host
157 public void connect(String dstName, int dstPort) method in class:LinkSocket
159 if (DBG) log("connect(dstName, dstPort, timeout) EX");
165 * @deprecated Use {@code connect(Strin
175 public void connect(SocketAddress remoteAddr, int timeout) method in class:LinkSocket
194 public void connect(SocketAddress remoteAddr) throws IOException { method in class:LinkSocket
205 public void connect(int timeout) throws IOException { method in class:LinkSocket
215 public void connect() throws IOException { method in class:LinkSocket
[all...]
H A DLocalSocket.java101 public void connect(LocalSocketAddress endpoint) throws IOException { method in class:LocalSocket
108 impl.connect(endpoint, 0);
252 public void connect(LocalSocketAddress endpoint, int timeout) method in class:LocalSocket
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java63 * block or cause RF activity, and do not require {@link #connect} to have been called.
69 * <li>{@link #connect} must be called before using any other I/O operation.
72 * (including {@link #connect} with {@link IOException}.
74 * {@link #connect} will return {@link IOException}.
177 * @throws IOException if there is an I/O failure, or connect is canceled
179 public void connect() throws IOException; method in interface:TagTechnology
182 * Re-connect to the {@link Tag} associated with this connection. Reconnecting to a tag can be
191 * @see #connect()
194 * @throws IOException if there is an I/O failure, or connect is canceled
206 * @see #connect()
[all...]
H A DBasicTagTechnology.java52 throw new IllegalStateException("Call connect() first!");
71 public void connect() throws IOException { method in class:BasicTagTechnology
73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(),
/frameworks/base/obex/javax/obex/
H A DObexTransport.java64 void connect() throws IOException; method in interface:ObexTransport
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java62 Type connect = tb.create();
68 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID());
71 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp35 pMover.connect(pRoot, iterator(pTree.m_Root.node.right));
52 pMover.connect(pRoot, iterator(node));
60 pMover.connect(pRoot, iterator(node));
70 pMover.connect(pRoot, iterator(node));
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl29 int connect(int nativeHandle, int technology);
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java69 Type connect = tb.create();
75 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID());
78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
/frameworks/av/include/camera/
H A DICameraService.h44 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient,
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java60 bridge.connect();
H A DDumpCommand.java61 bridge.connect();
/frameworks/av/camera/
H A DICameraService.cpp58 // connect to camera service
59 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId) function in class:android::BpCameraService
96 sp<ICamera> camera = connect(cameraClient, data.readInt32());
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java45 * use the connect methods. The typical sequence of operations is:</p>
48 * <ol>For an asynchronous half connection client calls AsyncChannel#connect.</ol>
63 * use the connect methods. The typical sequence of operation is:</p>
66 * <ol>For an asynchronous full connection it calls AsyncChannel#connect</li>
82 * TODO: Consider simplifying where we have connect and fullyConnect with only one response
174 /** Error attempting to bind on a connect */
218 if (DBG) log("connect srcHandler to dst Package & class E");
238 if (DBG) log("connect srcHandler to dst Package & class X result=" + result);
263 * connect two local Handlers synchronously.
277 * Fully connect tw
309 public void connect(Context srcContext, Handler srcHandler, String dstPackageName, method in class:AsyncChannel
352 public void connect(Context srcContext, Handler srcHandler, Class<?> klass) { method in class:AsyncChannel
367 public void connect(Context srcContext, Handler srcHandler, Messenger dstMessenger) { method in class:AsyncChannel
411 public void connect(Context srcContext, Handler srcHandler, Handler dstHandler) { method in class:AsyncChannel
425 public void connect(AsyncService srcAsyncService, Messenger dstMessenger) { method in class:AsyncChannel
[all...]
/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h36 virtual status_t connect(
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.h45 status_t connect(
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h51 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId);
80 virtual status_t connect(const sp<ICameraClient>& client) = 0;

Completed in 398 milliseconds

12345