/system/core/fastboot/ |
udp.cpp | 124 ssize_t SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data, 129 ssize_t SendSinglePacketHelper(Header* header, const uint8_t* tx_data, size_t tx_length, 206 ssize_t UdpTransport::SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data, 220 if (tx_length > max_data_length_) { 224 packet_data_length = tx_length; 243 tx_length -= packet_data_length; 247 } while (tx_length > 0); 253 Header* header, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data, 260 if (!socket_->Send({{header->bytes(), kHeaderSize}, {tx_data, tx_length}})) { 307 tx_length = 0 [all...] |
/external/libnfc-nxp/src/ |
phDnldNfc.c | 2066 uint16_t tx_length = 0x00; local 2195 uint16_t tx_length = 0x00; local 2222 uint32_t tx_length = 0; local 3159 uint16_t tx_length = 0; local [all...] |
phHciNfc_Generic.c | 657 uint16_t tx_length = psHciContext->tx_total - 1 ; local 666 if ( tx_length > PHHCINFC_MAX_PACKET_DATA ) 674 psHciContext->tx_remain = tx_length; 680 tx_length = PHHCINFC_MAX_PACKET_DATA ; 685 tx_length = PHHCINFC_MAX_PACKET_DATA ; 691 tx_length = psHciContext->tx_remain ; 700 , tx_length ); 709 psHciContext->tx_remain = tx_length ; 713 tx_length++; 716 (uint8_t *)tx_data, tx_length ); [all...] |
phHal4Nfc_P2P.c | 134 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length 143 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length 166 -= Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length; 396 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length 419 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length
|
phHciNfc_RFReader.c | [all...] |
phHal4Nfc_Reader.c | 571 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length 584 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length 683 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_length [all...] |
phHciNfc_NfcIPMgmt.c | 929 (NULL == sData->tx_buffer) || (0 == sData->tx_length)) [all...] |
phHciNfc.h | 158 uint16_t tx_length; member in struct:phHciNfc_XchgInfo
|