OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rx_length
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/hci/src/
userial.c
194
int
rx_length
= 0;
local
224
rx_length
= select_read(userial_fd, p, HCI_MAX_FRAME_SIZE + 1);
226
rx_length
= 0;
230
rx_length
= 0;
237
if (
rx_length
> 0)
239
p_buf->len = (uint16_t)
rx_length
;
246
rx_length
);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
761
int
rx_length
;
local
783
rx_length
= my_read(linux_cb.sock, current_packet, READ_LIMIT);
789
rx_length
= 0; /* paranoia setting */
793
if (
rx_length
> 0)
798
if (
rx_length
> sRxLength)
799
sRxLength =
rx_length
;
800
p_buf->len = (UINT16)
rx_length
;
804
p_buf, Userial_in_q.count,
rx_length
);
814
if (
rx_length
== -EAGAIN)
816
else if (
rx_length
== -1
[
all
...]
/external/libnfc-nxp/src/
phDnldNfc.c
3160
uint16_t
rx_length
= 0;
local
[
all
...]
Completed in 59 milliseconds