HomeSort by relevance Sort by last modified time
    Searched defs:CONNECT (Results 1 - 12 of 12) sorted by null

  /frameworks/base/include/camera/
ICameraService.h 33 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
39 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient) = 0;
  /external/bluetooth/bluez/test/
scotest.c 50 CONNECT
94 /* Connect to remote device */
100 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
101 syslog(LOG_ERR, "Can't connect: %s (%d)",
194 syslog(LOG_INFO, "Connect from %s [handle %d, class 0x%02x%02x%02x]",
260 syslog(LOG_ERR, "Can't connect to the server: %s (%d)",
299 syslog(LOG_ERR, "Can't connect to the server: %s (%d)",
322 syslog(LOG_ERR, "Can't connect to the server: %s (%d)",
343 "\t-s connect and send (client)\n"
344 "\t-n connect and be silent (client)\n")
    [all...]
rctest.c 56 CONNECT,
213 /* Connect to remote device */
219 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
220 syslog(LOG_ERR, "Can't connect: %s (%d)",
352 syslog(LOG_INFO, "Connect from %s [handle %d, class 0x%02x%02x%02x]",
575 "\t-s connect and send\n"
576 "\t-u connect and receive\n"
577 "\t-n connect and be silent\n"
578 "\t-c connect, disconnect, connect, ...\n
    [all...]
l2test.c 58 CONNECT,
272 /* Connect to remote device */
278 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0 ) {
279 syslog(LOG_ERR, "Can't connect: %s (%d)",
470 syslog(LOG_INFO, "Connect from %s [imtu %d, omtu %d, flush_to %d, "
852 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0 ) {
853 perror("Can't connect socket");
999 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0 ) {
1000 perror("Can't connect socket");
1020 "\t-s connect and send\n
    [all...]
  /external/bluetooth/bluez/compat/
dund.c 95 CONNECT,
111 syslog(LOG_ERR, "Cannot connect to mRouter device. %s(%d)",
213 /* Connect and initiate RFCOMM session
256 if (!connect(sk, (struct sockaddr *) &sa, sizeof(sa)) ) {
276 syslog(LOG_ERR, "Connect to %s failed. %s(%d)",
299 /* Search and connect
382 { "connect", 1, 0, 'c' },
416 "\t--connect -c <bdaddr> Create LAP connection\n"
418 "\t--search -Q[duration] Search and connect\n"
455 mode = CONNECT;
    [all...]
hidd.c 61 CONNECT,
106 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
470 goto connect;
507 connect:
655 "\t--connect <bdaddr> Connect remote HID device\n"
681 { "connect", 1, 0, 'c' },
754 mode = CONNECT;
808 case CONNECT:
pand.c 96 CONNECT,
327 /* Connect and initiate BNEP session
370 if (!connect(sk, (struct sockaddr *) &l2a, sizeof(l2a)) &&
393 syslog(LOG_ERR, "Connect to %s failed. %s(%d)",
413 /* Search and connect
571 { "connect", 1, 0, 'c' },
605 "\t--connect -c <bdaddr> Create PAN connection\n"
607 "\t--search -Q[duration] Search and connect\n"
645 mode = CONNECT;
650 mode = CONNECT;
    [all...]
  /external/libpcap/
atmuni31.h 47 #define CONNECT 0x07 /* connect */
  /external/tcpdump/
atmuni31.h 47 #define CONNECT 0x07 /* connect */
  /frameworks/base/libs/camera/
ICamera.cpp 40 CONNECT,
220 virtual status_t connect(const sp<ICameraClient>& cameraClient) function in class:android::BpCamera
225 remote()->transact(CONNECT, data, &reply);
355 case CONNECT: {
358 reply->writeInt32(connect(cameraClient));
  /frameworks/base/media/libmedia/
IOMX.cpp 14 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 49 * functionality that can be performed on the device (connect, pair, disconnect,
77 * When we connect to multiple profiles, we only want to display a single
83 * Last time a bt profile auto-connect was attempted.
85 * MAX_UUID_DELAY_FOR_AUTO_CONNECT milliseconds, we will try auto-connect
98 CONNECT, DISCONNECT, REMOVE_BOND,
102 final BluetoothCommand command; // CONNECT, DISCONNECT
135 * We want to serialize connect and disconnect calls. http://b/170538
179 && existingJob.command == BluetoothCommand.CONNECT
209 case CONNECT:
283 * 1) queryCommand() - when someone or something want to connect o
328 connect(); method
386 public void connect() { method in class:CachedBluetoothDevice
450 public void connect(Profile profile) { method in class:CachedBluetoothDevice
918 connect(); method
    [all...]

Completed in 2908 milliseconds