HomeSort by relevance Sort by last modified time
    Searched full:stream_fd (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/test/
ipctest.c 93 int stream_fd; member in struct:userdata
112 .stream_fd = -1,
684 if (u->stream_fd != -1) {
686 DBG("close(stream_fd)");
687 close(u->stream_fd);
688 u->stream_fd = -1;
730 assert(u->stream_fd >= 0);
735 l = read(u->stream_fd, buf, u->link_mtu);
742 ERR("Failed to read date from stream_fd: %s",
776 assert(u->stream_fd >= 0)
    [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 290 GST_DEBUG_OBJECT(sink, "stream_fd=%d", ret);
    [all...]

Completed in 328 milliseconds