Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connectionless.c104 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW) in Handle_Connectionless_IncommingFrame()
327 if(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite) in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
329 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW; in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
342 pLlcpSocket->indexRwRead++; in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
DphFriNfc_LlcpTransport_Connection.c1022 …>bSocketRecvPending == TRUE && (psLocalLlcpSocket->indexRwWrite == psLocalLlcpSocket->indexRwRead)) in Handle_Receive_IFrame()
1059 … if((psLocalLlcpSocket->indexRwWrite - psLocalLlcpSocket->indexRwRead)<psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
2110 pLlcpSocket->indexRwRead = 0; in phFriNfc_LlcpTransport_ConnectionOriented_DisconnectClose_CB()
2174 pLlcpSocket->indexRwRead = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Close()
2328 if(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2330 … if(pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length != 0) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2333 …BufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].buffer,pLlcpSocket->sSocketRwBufferTa… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2334 …psBuffer->length = pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localR… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2342 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2345 pLlcpSocket->indexRwRead++; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
[all …]
DphFriNfc_LlcpTransport.h198 uint32_t indexRwRead; member
DphFriNfc_LlcpTransport.c725 pLlcpTransport->pSocketTable[i].indexRwRead = 0; in phFriNfc_LlcpTransport_Reset()
1337 pLlcpTransport->pSocketTable[index].indexRwRead = 0; in phFriNfc_LlcpTransport_Socket()