HomeSort by relevance Sort by last modified time
    Searched refs:indexRwRead (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 102 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW)
323 if(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite)
325 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW;
338 pLlcpSocket->indexRwRead++;
phFriNfc_LlcpTransport_Connection.c     [all...]
phFriNfc_LlcpTransport.h 197 uint32_t indexRwRead;
    [all...]
phFriNfc_LlcpTransport.c 717 pLlcpTransport->pSocketTable[i].indexRwRead = 0;
    [all...]

Completed in 51 milliseconds