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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 102 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW)
104 writeIndex = pSocket->indexRwWrite % pSocket->localRW;
114 pSocket->indexRwWrite++;
323 if(pLlcpSocket->indexRwRead != pLlcpSocket->indexRwWrite)
phFriNfc_LlcpTransport_Connection.c     [all...]
phFriNfc_LlcpTransport.h 198 uint32_t indexRwWrite;
    [all...]
phFriNfc_LlcpTransport.c 718 pLlcpTransport->pSocketTable[i].indexRwWrite = 0;
    [all...]

Completed in 28 milliseconds