HomeSort by relevance Sort by last modified time
    Searched refs:sco (Results 1 - 25 of 48) sorted by null

1 2

  /external/bluetooth/bluez/audio/
gateway.c 43 #include <bluetooth/sco.h>
107 GIOChannel *sco; member in struct:gateway
501 debug("sco connection is released");
502 g_io_channel_shutdown(gw->sco, TRUE, NULL);
503 g_io_channel_unref(gw->sco);
504 gw->sco = NULL;
529 gw->sco = g_io_channel_ref(chan);
535 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1093 if (gw->sco)
1096 gw->sco = g_io_channel_ref(io)
1117 GIOChannel *sco = gw->sco; local
    [all...]
headset.c 45 #include <bluetooth/sco.h>
139 GIOChannel *sco; member in struct:headset
581 debug("SCO socket opened for headset %s", dev->path);
585 debug("SCO fd=%d", sk);
631 hs->sco = io;
1176 if (hs->sco) {
1177 int sock = g_io_channel_unix_get_fd(hs->sco);
1179 g_io_channel_shutdown(hs->sco, TRUE, NULL);
1180 g_io_channel_unref(hs->sco);
1181 hs->sco = NULL
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_ScoSocket.cpp 39 #include <bluetooth/sco.h>
59 /* Ideally, blocking I/O on a SCO socket would return when another thread
60 * calls close(). However it does not right now, in fact close() on a SCO
73 * Also note this class deals only with SCO connections, not with data
115 // max 1 thread per sco socket
124 uint16_t sco_pkt_type; // SCO packet types supported
159 LOGE("Unknown SCO Type (%s) skipping",key);
203 // Get Sco Settings from Parameters
207 uint16_t sco; local
210 sco = str2scoType(param)
    [all...]
android_bluetooth_BluetoothAudioGateway.cpp 53 #include <bluetooth/sco.h>
android_bluetooth_HeadsetBase.cpp 39 #include <bluetooth/sco.h>
  /device/htc/passion-common/tools/
btconfig.c 28 #include <bluetooth/sco.h>
44 0x01, // Allow host sleep during SCO
  /external/bluetooth/bluez/test/
hstest.c 43 #include <bluetooth/sco.h>
240 perror("Can't connect SCO audio channel");
245 fprintf(stderr, "SCO audio channel connected (handle %d, mtu %d)\n", sco_handle, sco_mtu);
scotest.c 41 #include <bluetooth/sco.h>
111 syslog(LOG_ERR, "Can't get SCO connection information: %s (%d)",
187 syslog(LOG_ERR, "Can't get SCO connection information: %s (%d)",
267 syslog(LOG_ERR, "Can't get SCO options: %s (%d)",
335 printf("scotest - SCO testing\n"
  /external/libffi/
ltcf-cxx.sh 580 sco*)
    [all...]
config.sub 200 -sco*)
1207 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/netcat/
stupidh 289 sco
  /system/bluetooth/tools/
sock_shutdown_test.c 38 #include <bluetooth/sco.h>
44 SCO,
84 case SCO:
135 case SCO:
182 case SCO:
267 {"sco", SCO},
  /device/htc/dream-sapphire/tools/
btconfig.c 28 #include <bluetooth/sco.h>
31 /* Use vendor-specific HCI commands to set up SCO over HCI pr PCM */
223 0xE9, 0x05, // priority: TDD, page, page scan, inquiry, inquiry scan, sniff, SCO/eSCO
336 /* Use vendor-specific HCI commands to set up SCO over HCI or PCM */
341 * Once this command is issued, it is valid for all new SCO channels
343 * SCO Connection type - Host (voice over HCI) or Codec
367 printf("Setting Vendor-specific SCO over %s.\n",
451 printf("Could not create SCO socket\n");
463 printf("Could not bind SCO socket\n");
470 printf("Connecting SCO socket...\n")
    [all...]
  /external/jpeg/
config.sub 120 -sco*)
708 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/bison/build-aux/
config.sub 190 -sco*)
1171 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/bluetooth/bluez/common/
glib-helper.c 40 #include <bluetooth/sco.h>
  /external/clearsilver/
config.sub 187 -sco*)
1055 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/dbus/
config.sub 188 -sco*)
1121 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/dropbear/
config.sub 200 -sco*)
1203 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/e2fsprogs/config/
config.sub 199 -sco*)
1198 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/elfutils/config/
config.sub 188 -sco*)
1103 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/expat/conftools/
config.sub 200 -sco*)
1200 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/grub/
config.sub 189 -sco*)
1162 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/icu4c/
config.sub 200 -sco*)
1239 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
    [all...]
  /external/libpcap/
config.sub 189 -sco*)
1137 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\

Completed in 380 milliseconds

1 2