Home
last modified time | relevance | path

Searched refs:sRxLength (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c747 static int sRxLength = 0; variable
799 if (rx_length > sRxLength) in userial_read_thread()
800 sRxLength = rx_length; in userial_read_thread()
837 if (sRxLength == 0) in userial_read_thread()
1003 sRxLength = 0; in USERIAL_Open()