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 104 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW)
327 if(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite)
329 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW;
342 pLlcpSocket->indexRwRead++;
phFriNfc_LlcpTransport_Connection.c     [all...]
phFriNfc_LlcpTransport.h 198 uint32_t indexRwRead;
    [all...]
phFriNfc_LlcpTransport.c 725 pLlcpTransport->pSocketTable[i].indexRwRead = 0;
    [all...]

Completed in 595 milliseconds