Home
last modified time | relevance | path

Searched refs:no_of_del_frames (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Frame.c673 uint8_t no_of_del_frames = 0; in phLlcNfc_H_UpdateIFrameList() local
711 no_of_del_frames = (uint8_t)(no_of_del_frames + 1); in phLlcNfc_H_UpdateIFrameList()
728 return no_of_del_frames; in phLlcNfc_H_UpdateIFrameList()
1182 uint8_t no_of_del_frames = 0; in phLlcNfc_H_ProcessIFrame() local
1204 no_of_del_frames = phLlcNfc_H_UpdateIFrameList (ps_frame_info, in phLlcNfc_H_ProcessIFrame()
1223 if (no_of_del_frames > 0) in phLlcNfc_H_ProcessIFrame()
1227 phLlcNfc_StopTimers (PH_LLCNFC_GUARDTIMER, no_of_del_frames); in phLlcNfc_H_ProcessIFrame()
1585 uint8_t no_of_del_frames = 0; in phLlcNfc_H_ProcessSFrame() local
1601 no_of_del_frames = phLlcNfc_H_UpdateIFrameList (ps_frame_info, in phLlcNfc_H_ProcessSFrame()
1622 phLlcNfc_StopTimers (PH_LLCNFC_GUARDTIMER, no_of_del_frames); in phLlcNfc_H_ProcessSFrame()
[all …]