OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSequence
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h
203
phFriNfc_Llcp_sPacketSequence_t
sSequence
;
269
phFriNfc_Llcp_sPacketSequence_t
sSequence
;
[
all
...]
phFriNfc_LlcpTransport_Connection.c
243
psLlcpSocket->
sSequence
.ns = psLlcpSocket->socket_VS;
244
psLlcpSocket->
sSequence
.nr = psLlcpSocket->socket_VR;
253
&psLlcpSocket->
sSequence
,
326
pLlcpSocket->
sSequence
.ns = 0;
327
pLlcpSocket->
sSequence
.nr = pLlcpSocket->socket_VR;
330
pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->
sSequence
.nr;
335
&pLlcpSocket->
sSequence
,
367
pLlcpSocket->
sSequence
.ns = 0x00;
368
pLlcpSocket->
sSequence
.nr = pLlcpSocket->socket_VR;
371
pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->
sSequence
.nr
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
HTTPHandler.java
42
private static final AtomicInteger
sSequence
= new AtomicInteger();
161
sSequence
.incrementAndGet());
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
108
private static int
sSequence
= 0;
[
all
...]
/frameworks/native/services/surfaceflinger/
Layer.h
73
static int32_t
sSequence
;
Layer.cpp
62
int32_t Layer::
sSequence
= 1;
67
sequence(uint32_t(android_atomic_inc(&
sSequence
))),
[
all
...]
Completed in 381 milliseconds