Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c966 if(rw_offset >= psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
1060 … if((psLocalLlcpSocket->indexRwWrite - psLocalLlcpSocket->indexRwRead)<psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
1062 …et->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length == 0) in Handle_Receive_IFrame()
1065 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer,psData->… in Handle_Receive_IFrame()
1066 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = psData… in Handle_Receive_IFrame()
1085 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer,psData->… in Handle_Receive_IFrame()
1088 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = psData… in Handle_Receive_IFrame()
1093 …pSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length) in Handle_Receive_IFrame()
1097 …pSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer, in Handle_Receive_IFrame()
1098 …Socket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length); in Handle_Receive_IFrame()
[all …]
DphFriNfc_LlcpTransport_Connectionless.c102 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW) in Handle_Connectionless_IncommingFrame()
104 writeIndex = pSocket->indexRwWrite % pSocket->localRW; in Handle_Connectionless_IncommingFrame()
325 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW; in phLibNfc_LlcpTransport_Connectionless_RecvFrom()
DphFriNfc_LlcpTransport.c713 pLlcpTransport->pSocketTable[i].localRW = 0; in phFriNfc_LlcpTransport_Reset()
1271 …pLlcpTransport->pSocketTable[index].localRW = pLlcpTransport->pSocketTable[index].sSocketOption.… in phFriNfc_LlcpTransport_Socket()
1287 for(cpt=0;cpt<pLlcpTransport->pSocketTable[index].localRW;cpt++) in phFriNfc_LlcpTransport_Socket()
1316 …pLlcpTransport->pSocketTable[index].localRW = psWorkingBuffer->length / (pLlcpTransport->pLlcp->sL… in phFriNfc_LlcpTransport_Socket()
1320 pLlcpTransport->pSocketTable[index].localRW = 0; in phFriNfc_LlcpTransport_Socket()
1323 if (pLlcpTransport->pSocketTable[index].localRW > PHFRINFC_LLCP_RW_MAX) in phFriNfc_LlcpTransport_Socket()
1325 pLlcpTransport->pSocketTable[index].localRW = PHFRINFC_LLCP_RW_MAX; in phFriNfc_LlcpTransport_Socket()
1329 for(cpt=0 ; cpt<pLlcpTransport->pSocketTable[index].localRW ; cpt++) in phFriNfc_LlcpTransport_Socket()
DphFriNfc_LlcpTransport.h168 uint8_t localRW; member