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 35 CONNECT
44 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient,
  /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,
286 /* Connect to remote device */
292 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0 ) {
293 syslog(LOG_ERR, "Can't connect: %s (%d)",
488 syslog(LOG_INFO, "Connect from %s [imtu %d, omtu %d, flush_to %d, "
886 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0 ) {
887 perror("Can't connect socket");
1033 if (connect(sk, (struct sockaddr *) &addr, sizeof(addr)) < 0 ) {
1034 perror("Can't connect socket");
1055 "\t-q connect, then send and receive at the same time\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) {
471 goto connect;
508 connect:
656 "\t--connect <bdaddr> Connect remote HID device\n"
682 { "connect", 1, 0, 'c' },
755 mode = CONNECT;
809 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,
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 79 public static final String CONNECT = "CONNECT";
100 // Note: we don't allow users to specify "CONNECT"
201 @Override public void connect() throws IOException { method in class:HttpURLConnectionImpl
209 * Internal method to open a connection to the server. Unlike connect(),
246 // then try to connect via elements in the proxy list.
260 // failed to connect, tell it to the selector
614 connect(); method
642 return new SocketPermission(connectToAddress, "connect, resolve");
701 && method != CONNECT
    [all...]

Completed in 260 milliseconds