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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c     [all...]
phFriNfc_LlcpTransport_Connectionless.c 102 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW)
104 writeIndex = pSocket->indexRwWrite % pSocket->localRW;
325 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW;
phFriNfc_LlcpTransport.c 713 pLlcpTransport->pSocketTable[i].localRW = 0;
    [all...]
phFriNfc_LlcpTransport.h 168 uint8_t localRW;
    [all...]

Completed in 71 milliseconds