HomeSort by relevance Sort by last modified time
    Searched refs:connect (Results 101 - 125 of 2487) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfile.java 38 boolean connect(BluetoothDevice device); method in interface:LocalBluetoothProfile
  /hardware/libhardware/include/hardware/
bt_sock.h 66 * Connect to a RFCOMM UUID channel of remote device, It returns the socket fd from which
71 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, member in struct:__anon41172
  /hardware/qcom/display/msm8226/libqservice/
QService.h 48 virtual void connect(const android::sp<qClient::IQClient>& client);
  /hardware/qcom/display/msm8909/libqservice/
QService.h 48 virtual void connect(const android::sp<qClient::IQClient>& client);
  /hardware/qcom/display/msm8960/libqservice/
QService.h 50 virtual void connect(const android::sp<qClient::IQClient>& client);
  /hardware/qcom/display/msm8994/libqservice/
QService.h 48 virtual void connect(const android::sp<qClient::IQClient>& client);
  /libcore/benchmarks/src/benchmarks/regression/
SSLLoopbackBenchmark.java 30 SSLSocket[] sockets = TestSSLSocketPair.connect(context, null, null);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 83 pis.connect(pos);
107 pis.connect(pos);
135 pis.connect(pos);
150 * java.io.PipedInputStream#connect(java.io.PipedOutputStream)
158 pis.connect(pos);
176 pis.connect(pos);
196 pis.connect(pos);
257 pis.connect(pos);
322 pos.connect(pis);
351 in.connect(out)
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
DatagramSocketTest.java 77 s.connect(InetAddress.getLocalHost(), port);
87 assertTrue(expected.getMessage().contains("Pending connect failure"));
95 assertTrue(expected.getMessage().contains("Pending connect failure"));
112 // DatagramSocket should "become connected" even when impl.connect() fails and throws an
120 s.connect(InetAddress.getLocalHost(), port);
129 // Unlike connect(InetAddress, int), connect(SocketAddress) can (and should) throw an
132 // connect(InetAddress, int) and this test exists to confirm it stays working.
137 s1.connect(validAddress);
144 s2.connect(validAddress)
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 48 public boolean connect() { method in class:NativeP2pDevice
  /packages/services/Car/car-support-lib/src/android/support/car/
CarServiceLoader.java 38 public abstract void connect() throws IllegalStateException; method in class:CarServiceLoader
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarTest.java 68 car.connect();
93 car.connect();
95 car.connect();
96 fail("dobule connect should throw");
105 car.connect();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 52 connect(fileStartServiceAction, SIGNAL(triggered()), this,
54 connect(fileStopServiceAction, SIGNAL(triggered()), this,
61 connect(addInterfaceAction, SIGNAL(triggered()), this,
74 connect(fileEventHistoryAction, SIGNAL(triggered()), this,
76 connect(fileSaveConfigAction, SIGNAL(triggered()), this,
78 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog()));
79 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog()));
80 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit()));
81 connect(networkAddAction, SIGNAL(triggered()), this,
83 connect(networkEditAction, SIGNAL(triggered()), this
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 54 connect(&fListWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this,
56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
57 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
58 connect(&fDirectoryWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *)));
59 connect(&fDirectoryWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(populateDirectoryWidget()));
60 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
61 connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint()));
62 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
63 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
64 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
MifareUltralightTagTester.java 52 ultralight.connect();
69 ultralight.connect();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 34 public abstract void connect(RouteInfo route); method in class:Player
71 player.connect(route);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 34 public abstract void connect(RouteInfo route); method in class:Player
71 player.connect(route);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
Player.java 34 public abstract void connect(RouteInfo route); method in class:Player
71 player.connect(route);
  /external/autotest/client/common_lib/
mail_unittest.py 22 self.connect(test_data.mail_host, test_data.mail_port)
25 def connect(self, host, port): member in class:SMTP
  /external/swiftshader/third_party/LLVM/utils/
plotNLT.pl 15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
  /external/valgrind/memcheck/tests/
sendmsg.c 29 if (connect (fd, (struct sockaddr *) &sa, sizeof (sa)) == -1)
31 perror ("connect ()");
59 if (connect (fd, (struct sockaddr *) &sa, sizeof (sa)) == -1)
61 perror ("connect ()");
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dpSink.aidl 28 boolean connect(in BluetoothDevice device);
IBluetoothMap.aidl 29 boolean connect(in BluetoothDevice device);
IBluetoothSap.aidl 29 boolean connect(in BluetoothDevice device);
  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 28 int connect(int nativeHandle, int technology);

Completed in 815 milliseconds

1 2 3 45 6 7 8 91011>>