Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpUtils.c260 uint32_t dataLengthRead = 0; in phFriNfc_Llcp_CyclicFifoFifoRead() local
263 while(dataLengthRead < dataLength) in phFriNfc_Llcp_CyclicFifoFifoRead()
272 dataLengthRead++; in phFriNfc_Llcp_CyclicFifoFifoRead()
292 return dataLengthRead; in phFriNfc_Llcp_CyclicFifoFifoRead()
DphFriNfc_LlcpTransport_Connection.c2315 uint32_t dataLengthRead = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv() local
2392 dataLengthRead = phFriNfc_Llcp_CyclicFifoFifoRead(&pLlcpSocket->sCyclicFifoBuffer, in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2396 if(dataLengthRead != 0) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()