Searched defs:current_seq (Results 1 - 13 of 13) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_WI.h81 phHciNfc_WI_Seq_t current_seq; member in struct:phHciNfc_WI_Info
H A DphHciNfc_CE_A.h93 phHciNfc_CE_A_Seq_t current_seq; member in struct:phHciNfc_CE_A_Info
H A DphHciNfc_CE_B.h87 phHciNfc_CE_B_Seq_t current_seq; member in struct:phHciNfc_CE_B_Info
H A DphHciNfc_Felica.h86 phHciNfc_Felica_Seq_t current_seq; member in struct:phHciNfc_Felica_Info
H A DphHciNfc_ISO15693.h80 phHciNfc_ISO15693_Seq_t current_seq; member in struct:phHciNfc_ISO15693_Info
H A DphHciNfc_Jewel.h83 phHciNfc_Jewel_Seq_t current_seq; member in struct:phHciNfc_Jewel_Info
H A DphHciNfc_RFReaderB.h82 phHciNfc_ReaderB_Seq_t current_seq; member in struct:phHciNfc_ReaderB_Info
H A DphHciNfc_RFReaderA.h92 phHciNfc_ReaderA_Seq_t current_seq; member in struct:phHciNfc_ReaderA_Info
H A DphHciNfc_SWP.h89 phHciNfc_SWP_Seq_t current_seq; member in struct:phHciNfc_SWP_Info
H A DphHciNfc_PollingLoop.c96 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;
H A DphHciNfc_AdminMgmt.c88 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;
939 p_admin_info->current_seq = p_admin_info->next_seq;
H A DphHciNfc_NfcIPMgmt.h112 phHciNfc_NfcIP_Seq_t current_seq; member in struct:phHciNfc_NfcIP_Info
H A DphHciNfc_DevMgmt.c129 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 )
1002 switch(p_device_mgmt_info->current_seq)
1077 p_device_mgmt_info->current_seq = DEV_MGMT_PIPE_OPEN;
1083 p_device_mgmt_info->current_seq = p_device_mgmt_info->next_seq;
1089 p_device_mgmt_info->current_seq = DEV_MGMT_EVT_AUTONOMOUS;
1284 p_device_mgmt_info->current_seq = p_device_mgmt_info->next_seq;
1404 p_device_mgmt_info->current_seq =

Completed in 107 milliseconds