OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSequence
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h
196
phFriNfc_Llcp_sPacketSequence_t
sSequence
;
246
phFriNfc_Llcp_sPacketSequence_t
sSequence
;
[
all
...]
phFriNfc_LlcpTransport_Connection.c
325
psLlcpSocket->
sSequence
.ns = psLlcpSocket->socket_VS;
326
psLlcpSocket->
sSequence
.nr = psLlcpSocket->socket_VR;
337
&psLlcpSocket->
sSequence
,
448
pLlcpSocket->
sSequence
.ns = 0;
449
pLlcpSocket->
sSequence
.nr = pLlcpSocket->socket_VR;
452
pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->
sSequence
.nr;
460
&pLlcpSocket->
sSequence
,
488
pLlcpSocket->
sSequence
.ns = 0x00;
489
pLlcpSocket->
sSequence
.nr = pLlcpSocket->socket_VR;
492
pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->
sSequence
.nr
[
all
...]
/frameworks/base/services/surfaceflinger/
LayerBase.h
57
static int32_t
sSequence
;
LayerBase.cpp
40
int32_t LayerBase::
sSequence
= 1;
44
sequence(uint32_t(android_atomic_inc(&
sSequence
))),
Completed in 1072 milliseconds