OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_length
(Results
1 - 3
of
3
) sorted by null
/system/core/fastboot/
udp.cpp
123
// |
rx_length
|. On failure, returns -1 and fills |error| on failure.
125
size_t
rx_length
, int attempts, std::string* error);
130
uint8_t* rx_data, size_t
rx_length
, int attempts,
207
size_t
rx_length
, int attempts, std::string* error) {
229
rx_length
, attempts, error);
235
} else if (static_cast<size_t>(bytes) <
rx_length
) {
237
rx_length
-= bytes;
240
rx_length
= 0;
254
size_t
rx_length
, const int attempts, std::string* error) {
292
size_t rx_data_bytes = std::min<size_t>(bytes - kHeaderSize,
rx_length
);
[
all
...]
/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 598 milliseconds