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 311 ps_store_frame = &(ps_frame_info->s_send_store);
312 count = ps_frame_info->s_send_store.start_pos;
458 ps_frame_info->s_send_store.winsize_cnt);
594 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
596 if(ps_frame_info->s_send_store.winsize_cnt > 0)
599 &(ps_frame_info->s_send_store));
611 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
613 if(ps_frame_info->s_send_store.winsize_cnt > 0)
616 &(ps_frame_info->s_send_store), 0);
734 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt)
    [all...]
phLlcNfc_Frame.c 291 psLlcCtxt->s_frameinfo.s_send_store.winsize_cnt = 0;
757 ps_store_frame = &(ps_frame_info->s_send_store);
861 ps_store_frame = &(ps_frame_info->s_send_store);
    [all...]
phLlcNfc.c 380 else if (ps_llc_ctxt->s_frameinfo.s_send_store.winsize_cnt >=
390 ps_store_frame = &(ps_frame_info->s_send_store);
418 if (1 == ps_frame_info->s_send_store.winsize_cnt)
phLlcNfc_Timer.c 708 if (ps_frame_info->s_send_store.winsize_cnt > 0)
756 &(ps_frame_info->s_send_store),
    [all...]
phLlcNfc_DataTypes.h 546 phLlcNfc_StoreIFrame_t s_send_store; member in struct:phLlcNfc_Frame

Completed in 44 milliseconds