HomeSort by relevance Sort by last modified time
    Searched refs:rx_length (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/hci/src/
userial.c 240 int rx_length = 0; local
266 rx_length = select_read(userial_cb.fd, p, READ_LIMIT);
270 rx_length = 0;
277 if (rx_length > 0)
279 p_buf->len = (uint16_t)rx_length;
286 rx_length);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 706 int rx_length; local
728 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT);
734 rx_length = 0; /* paranoia setting */
738 if (rx_length > 0)
743 if (rx_length > sRxLength)
744 sRxLength = rx_length;
745 p_buf->len = (UINT16)rx_length;
749 p_buf, Userial_in_q.count, rx_length);
759 if (rx_length == -EAGAIN)
761 else if (rx_length == -1
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 3160 uint16_t rx_length = 0; local
    [all...]

Completed in 683 milliseconds