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

123456789

/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 DIBluetoothPbapClient.aidl27 boolean connect(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl28 boolean connect(in BluetoothDevice device);
H A DIBluetoothMap.aidl29 boolean connect(in BluetoothDevice device);
H A DIBluetoothSap.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/media/java/android/media/midi/
H A DMidiSender.java28 * @param receiver the receiver to connect
30 public void connect(MidiReceiver receiver) { method in class:MidiSender
32 throw new NullPointerException("receiver null in MidiSender.connect");
50 * Called to connect a {@link MidiReceiver} to the sender
52 * @param receiver the receiver to connect
/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/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();
77 connect,
85 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp26 pMover.connect(pRoot, pTree.m_Root.node.right);
37 pMover.connect(pRoot, node);
46 pMover.connect(pRoot, node);
/frameworks/support/v4/ics/android/support/v4/net/
H A DDatagramSocketWrapper.java67 protected void connect(String host, int port) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
72 protected void connect(InetAddress address, int port) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
97 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h34 virtual bool connect(
/frameworks/base/obex/javax/obex/
H A DObexTransport.java64 void connect() throws IOException; method in interface:ObexTransport
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfile.java38 boolean connect(BluetoothDevice device); method in interface:LocalBluetoothProfile
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java34 void connect(CachedBluetoothDevice device); method in interface:BluetoothController
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl28 int connect(int nativeHandle, int technology);
/frameworks/base/core/java/android/net/
H A DLocalSocket.java124 public void connect(LocalSocketAddress endpoint) throws IOException { method in class:LocalSocket
131 impl.connect(endpoint, 0);
275 public void connect(LocalSocketAddress endpoint, int timeout) method in class:LocalSocket
/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/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();

Completed in 8524 milliseconds

123456789