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

1 2 3

  /external/bluetooth/bluez/audio/
gateway.c 44 #include <bluetooth/sco.h>
69 GIOChannel *sco; member in struct:gateway
161 DBG("sco connection is released");
162 g_io_channel_shutdown(gw->sco, TRUE, NULL);
163 g_io_channel_unref(gw->sco);
164 gw->sco = NULL;
179 gw->sco = g_io_channel_ref(chan);
190 g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
400 if (gw->sco) {
401 g_io_channel_shutdown(gw->sco, TRUE, NULL)
    [all...]
headset.c 45 #include <bluetooth/sco.h>
158 GIOChannel *sco; member in struct:headset
594 DBG("SCO socket opened for headset %s", dev->path);
598 DBG("SCO fd=%d", sk);
644 hs->sco = io;
1234 if (hs->sco) {
1235 int sock = g_io_channel_unix_get_fd(hs->sco);
1237 g_io_channel_shutdown(hs->sco, TRUE, NULL);
1238 g_io_channel_unref(hs->sco);
1239 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...]
  /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},
  /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/src/
glib-helper.c 40 #include <bluetooth/sco.h>
  /external/chromium/sdch/open-vcdiff/
config.sub 200 -sco*)
1207 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
  /external/chromium/third_party/icu/source/
config.sub 200 -sco*)
1239 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
    [all...]
  /external/chromium/third_party/libevent/
config.sub 200 -sco*)
1239 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
    [all...]
  /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...]

Completed in 731 milliseconds

1 2 3