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

12345678

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl28 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);
/frameworks/base/media/java/android/media/
H A DIMediaHTTPConnection.aidl26 IBinder connect(in String uri, in String headers);
H A DIRemoteDisplayProvider.aidl27 void connect(String id);
/frameworks/av/include/media/stagefright/
H A DOMXClient.h29 status_t connect();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothUtil.java134 public boolean connect(BluetoothDevice device) {
135 return a2dp.connect(device);
148 public boolean connect(BluetoothDevice device) {
149 return headset.connect(device);
162 public boolean connect(BluetoothDevice device) {
163 return sink.connect(device);
176 public boolean connect(BluetoothDevice device) {
177 return client.connect(device);
190 public boolean connect(BluetoothDevice device) {
191 return input.connect(devic
231 boolean connect(BluetoothDevice device); method in interface:BluetoothUtil.Profile
[all...]
H A DBluetoothController.java32 void connect(PairedDevice device); method in interface:BluetoothController
/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, pTree.m_Root.node.right);
40 pMover.connect(pRoot, node);
50 pMover.connect(pRoot, 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/av/include/media/
H A DIMediaHTTPConnection.h34 virtual bool connect(
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl36 void connect(IAccessibilityServiceClient client);
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl29 int connect(int nativeHandle, int technology);
/frameworks/base/core/java/android/net/
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/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java70 connect();
110 private void connect() { method in class:BluetoothMasObexClientSession.ClientThread
117 headerset = mSession.connect(headerset);
/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/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java54 automationWrapper.connect();
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java30 * Represents a connection to {@code installd}. Allows multiple connect and
49 if (!connect()) {
61 if (!connect() || !writeCommand(cmd)) {
133 private boolean connect() { method in class:InstallerConnection
144 mSocket.connect(address);
/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

Completed in 901 milliseconds

12345678