HomeSort by relevance Sort by last modified time
    Searched refs:s_send_store (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phLlcNfc_StateMachine.c 131 if (0 != psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt)
phLlcNfc_Interface.c 297 ps_store_frame = &(ps_frame_info->s_send_store);
298 count = ps_frame_info->s_send_store.start_pos;
444 ps_frame_info->s_send_store.winsize_cnt);
579 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
581 if(ps_frame_info->s_send_store.winsize_cnt > 0)
584 &(ps_frame_info->s_send_store));
596 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
598 if(ps_frame_info->s_send_store.winsize_cnt > 0)
601 &(ps_frame_info->s_send_store), 0);
719 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt)
    [all...]
phLlcNfc_Frame.c 314 psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt = 0;
782 ps_store_frame = &(ps_frame_info->s_send_store);
887 ps_store_frame = &(ps_frame_info->s_send_store);
    [all...]
phLlcNfc.c 383 else if (ps_llc_ctxt->s_frameinfo.s_send_store.winsize_cnt >=
393 ps_store_frame = &(ps_frame_info->s_send_store);
422 if (1 == ps_frame_info->s_send_store.winsize_cnt)
phLlcNfc_Timer.c 681 if (ps_frame_info->s_send_store.winsize_cnt > 0)
714 &(ps_frame_info->s_send_store),
    [all...]
phLlcNfc_DataTypes.h 544 phLlcNfc_StoreIFrame_t s_send_store; member in struct:phLlcNfc_Frame

Completed in 15 milliseconds