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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h 202 phFriNfc_Llcp_sPacketSequence_t sSequence;
267 phFriNfc_Llcp_sPacketSequence_t sSequence;
    [all...]
phFriNfc_LlcpTransport_Connection.c 242 psLlcpSocket->sSequence.ns = psLlcpSocket->socket_VS;
243 psLlcpSocket->sSequence.nr = psLlcpSocket->socket_VR;
254 &psLlcpSocket->sSequence,
328 pLlcpSocket->sSequence.ns = 0;
329 pLlcpSocket->sSequence.nr = pLlcpSocket->socket_VR;
332 pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->sSequence.nr;
340 &pLlcpSocket->sSequence,
371 pLlcpSocket->sSequence.ns = 0x00;
372 pLlcpSocket->sSequence.nr = pLlcpSocket->socket_VR;
375 pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->sSequence.nr
    [all...]
  /frameworks/native/services/surfaceflinger/
LayerBase.h 56 static int32_t sSequence;
LayerBase.cpp 40 int32_t LayerBase::sSequence = 1;
44 sequence(uint32_t(android_atomic_inc(&sSequence))),

Completed in 78 milliseconds