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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 762 int rx_length; local
784 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT);
790 rx_length = 0; /* paranoia setting */
794 if (rx_length > 0)
799 if (rx_length > sRxLength)
800 sRxLength = rx_length;
801 p_buf->len = (UINT16)rx_length;
805 p_buf, Userial_in_q.count, rx_length);
815 if (rx_length == -EAGAIN)
817 else if (rx_length == -1
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 3160 uint16_t rx_length = 0; local
    [all...]

Completed in 484 milliseconds