OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_seq
(Results
1 - 13
of
13
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_WI.h
81
phHciNfc_WI_Seq_t
current_seq
;
member in struct:phHciNfc_WI_Info
phHciNfc_CE_A.h
93
phHciNfc_CE_A_Seq_t
current_seq
;
member in struct:phHciNfc_CE_A_Info
phHciNfc_CE_B.h
87
phHciNfc_CE_B_Seq_t
current_seq
;
member in struct:phHciNfc_CE_B_Info
phHciNfc_Felica.h
86
phHciNfc_Felica_Seq_t
current_seq
;
member in struct:phHciNfc_Felica_Info
phHciNfc_ISO15693.h
80
phHciNfc_ISO15693_Seq_t
current_seq
;
member in struct:phHciNfc_ISO15693_Info
phHciNfc_Jewel.h
83
phHciNfc_Jewel_Seq_t
current_seq
;
member in struct:phHciNfc_Jewel_Info
phHciNfc_RFReaderB.h
82
phHciNfc_ReaderB_Seq_t
current_seq
;
member in struct:phHciNfc_ReaderB_Info
phHciNfc_RFReaderA.h
92
phHciNfc_ReaderA_Seq_t
current_seq
;
member in struct:phHciNfc_ReaderA_Info
phHciNfc_SWP.h
89
phHciNfc_SWP_Seq_t
current_seq
;
member in struct:phHciNfc_SWP_Info
phHciNfc_AdminMgmt.c
88
phHciNfc_Admin_Seq_t
current_seq
;
member in struct:phHciNfc_AdminGate_Info
223
p_admin_info->
current_seq
= ADMIN_PIPE_OPEN;
240
switch(p_admin_info->
current_seq
)
358
p_admin_info->
current_seq
= ADMIN_CLEAR_PIPES;
[
all
...]
phHciNfc_PollingLoop.c
96
phHciNfc_Poll_Seq_t
current_seq
;
member in struct:phHciNfc_PollLoop_Info
215
p_poll_info->
current_seq
= PL_PIPE_OPEN;
299
if (PL_PIPE_CLOSE == p_poll_info->
current_seq
)
424
if (PL_GET_DURATION == p_poll_info->
current_seq
)
461
if (PL_GET_RD_PHASES == p_poll_info->
current_seq
)
503
if (PL_GET_DISABLE_TARGET == p_poll_info->
current_seq
)
521
/* p_poll_info->
current_seq
= PL_GET_DISABLE_TARGET; */
656
p_poll_info->
current_seq
= p_poll_info->next_seq;
phHciNfc_NfcIPMgmt.h
112
phHciNfc_NfcIP_Seq_t
current_seq
;
member in struct:phHciNfc_NfcIP_Info
phHciNfc_DevMgmt.c
129
phHciNfc_DevMgmt_Seq_t
current_seq
;
member in struct:phHciNfc_DevMgmt_Info
227
p_device_mgmt_info->
current_seq
= DEV_MGMT_PIPE_OPEN;
513
switch(p_device_mgmt_info->
current_seq
)
[
all
...]
Completed in 583 milliseconds