Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c962 if(rw_offset >= psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
1059 … if((psLocalLlcpSocket->indexRwWrite - psLocalLlcpSocket->indexRwRead)<psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
1061 …et->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length == 0) in Handle_Receive_IFrame()
1064 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer,psData->… in Handle_Receive_IFrame()
1065 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = psData… in Handle_Receive_IFrame()
1084 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer,psData->… in Handle_Receive_IFrame()
1087 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = psData… in Handle_Receive_IFrame()
1092 …pSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length) in Handle_Receive_IFrame()
1096 …pSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer, in Handle_Receive_IFrame()
1097 …Socket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length); in Handle_Receive_IFrame()
[all …]
DphFriNfc_LlcpTransport_Connectionless.c104 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW) in Handle_Connectionless_IncommingFrame()
106 writeIndex = pSocket->indexRwWrite % pSocket->localRW; in Handle_Connectionless_IncommingFrame()
329 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW; in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
DphFriNfc_LlcpTransport.c721 pLlcpTransport->pSocketTable[i].localRW = 0; in phFriNfc_LlcpTransport_Reset()
1272 …pLlcpTransport->pSocketTable[index].localRW = pLlcpTransport->pSocketTable[index].sSocketOption.… in phFriNfc_LlcpTransport_Socket()
1288 for(cpt=0;cpt<pLlcpTransport->pSocketTable[index].localRW;cpt++) in phFriNfc_LlcpTransport_Socket()
1317 …pLlcpTransport->pSocketTable[index].localRW = psWorkingBuffer->length / (pLlcpTransport->pLlcp->sL… in phFriNfc_LlcpTransport_Socket()
1321 pLlcpTransport->pSocketTable[index].localRW = 0; in phFriNfc_LlcpTransport_Socket()
1324 if (pLlcpTransport->pSocketTable[index].localRW > PHFRINFC_LLCP_RW_MAX) in phFriNfc_LlcpTransport_Socket()
1326 pLlcpTransport->pSocketTable[index].localRW = PHFRINFC_LLCP_RW_MAX; in phFriNfc_LlcpTransport_Socket()
1330 for(cpt=0 ; cpt<pLlcpTransport->pSocketTable[index].localRW ; cpt++) in phFriNfc_LlcpTransport_Socket()
DphFriNfc_LlcpTransport.h169 uint8_t localRW; member