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

1234567

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothPan.aidl30 boolean connect(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothMap.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl28 boolean connect(in BluetoothDevice device);
/frameworks/base/media/java/android/media/
H A DIRemoteDisplayProvider.aidl27 void connect(String id);
/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.java123 public void connect(LocalSocketAddress endpoint) throws IOException { method in class:LocalSocket
130 impl.connect(endpoint, 0);
274 public void connect(LocalSocketAddress endpoint, int timeout) method in class:LocalSocket
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl34 void connect(IAccessibilityServiceClient client);
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java64 * block or cause RF activity, and do not require {@link #connect} to have been called.
70 * <li>{@link #connect} must be called before using any other I/O operation.
73 * (including {@link #connect} with {@link IOException}.
75 * {@link #connect} will return {@link IOException}.
178 * @throws IOException if there is an I/O failure, or connect is canceled
180 public void connect() throws IOException; method in interface:TagTechnology
183 * Re-connect to the {@link Tag} associated with this connection. Reconnecting to a tag can be
192 * @see #connect()
195 * @throws IOException if there is an I/O failure, or connect is canceled
207 * @see #connect()
[all...]
/frameworks/base/obex/javax/obex/
H A DObexTransport.java64 void connect() throws IOException; method in interface:ObexTransport
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java49 Type connect = mInPixelsAllocation.getType();
51 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_OUTPUT | Allocation.USAGE_SCRIPT);
52 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
H A DGroupTest.java69 Type connect = tb.create();
75 b.addConnection(connect, mConvolve.getKernelID(), mMatrix.getKernelID());
78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp27 pMover.connect(pRoot, iterator(pTree.m_Root.node.right));
40 pMover.connect(pRoot, iterator(node));
50 pMover.connect(pRoot, iterator(node));
/frameworks/rs/java/tests/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/base/core/java/android/nfc/
H A DINfcTag.aidl29 int connect(int nativeHandle, int technology);
/frameworks/rs/java/tests/ImageProcessing_jb/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/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java41 public static void connect(Socket first, Socket second) { method in class:SocketConnect
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java54 automationWrapper.connect();
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpURLConnection.java74 public void connect() throws IOException { method in class:MockHttpURLConnection
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java25 public void connect() { method in class:UiAutomationShellWrapper
32 mUiAutomation.connect();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java148 public void connect(String sourceFilterName, String sourcePort, method in class:FilterGraph.Builder
157 connect(sourceFilter, sourcePort, targetFilter, targetPort);
169 public void connect(Filter sourceFilter, String sourcePort, method in class:FilterGraph.Builder
171 sourceFilter.connect(sourcePort, targetFilter, targetPort);
208 // Get filter to connect to
221 // Create new VariableSource and connect it to the target filter and port
225 ((Filter)valueSource).connect("value", filter, inputName);
227 throw new RuntimeException("Could not connect VariableSource to input '" + inputName
242 // Get filter to connect to
258 throw new RuntimeException("Could not connect VariableSourc
[all...]
/frameworks/base/core/java/android/hardware/
H A DICameraService.aidl42 int connect(ICameraClient client, int cameraId,

Completed in 722 milliseconds

1234567