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 104 if((pSocket->indexRwWrite - pSocket->indexRwRead) < pSocket->localRW)
106 writeIndex = pSocket->indexRwWrite % pSocket->localRW;
329 readIndex = pLlcpSocket->indexRwRead % pLlcpSocket->localRW;
phFriNfc_LlcpTransport.c 721 pLlcpTransport->pSocketTable[i].localRW = 0;
    [all...]
phFriNfc_LlcpTransport.h 169 uint8_t localRW;
    [all...]

Completed in 42 milliseconds