Searched defs:p_cur_size (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c34 static UINT8 *ndef_get_bt_oob_record (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
72 tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
77 NDEF_MsgInit (p_msg, max_size, p_cur_size);
80 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
96 tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
101 NDEF_MsgInit (p_msg, max_size, p_cur_size);
104 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
120 tNDEF_STATUS NDEF_MsgAddWktHc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
145 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
160 tNDEF_STATUS NDEF_MsgAddWktAc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
230 NDEF_MsgAddWktCr(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT16 random_number ) argument
254 NDEF_MsgAddWktErr(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 error_reason, UINT32 error_data ) argument
291 NDEF_MsgAddMediaBtOob(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BD_ADDR bd_addr) argument
325 NDEF_MsgAppendMediaBtOobCod(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, DEV_CLASS cod) argument
373 NDEF_MsgAppendMediaBtOobName(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BOOLEAN is_complete, UINT8 name_len, UINT8 *p_name) argument
430 NDEF_MsgAppendMediaBtOobHashCRandR(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 *p_hash_c, UINT8 *p_rand_r) argument
483 NDEF_MsgAppendMediaBtOobEirData(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 eir_type, UINT8 data_len, UINT8 *p_data) argument
536 ndef_get_bt_oob_record(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str) argument
[all...]
H A Dndef_utils.c816 ** *p_cur_size is initialized to 0
819 void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size) argument
821 *p_cur_size = 0;
832 ** *p_cur_size is updated
835 extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
840 UINT8 *p_rec = p_msg + *p_cur_size;
854 if ((*p_cur_size + recSize) > max_size)
858 if (*p_cur_size == 0)
915 *p_cur_size += recSize;
928 ** *p_cur_size i
931 NDEF_MsgInsertRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
1026 NDEF_MsgAppendRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 *p_new_rec, UINT32 new_rec_len) argument
1077 NDEF_MsgAppendPayload(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 *p_rec, UINT8 *p_add_pl, UINT32 add_pl_len) argument
1161 NDEF_MsgReplacePayload(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 *p_rec, UINT8 *p_new_pl, UINT32 new_pl_len) argument
1280 NDEF_MsgReplaceType(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 *p_rec, UINT8 *p_new_type, UINT8 new_type_len) argument
1352 NDEF_MsgReplaceId(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 *p_rec, UINT8 *p_new_id, UINT8 new_id_len) argument
1450 NDEF_MsgRemoveRec(UINT8 *p_msg, UINT32 *p_cur_size, INT32 index) argument
[all...]
/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_util.c746 tNDEF_STATUS nfa_cho_add_cr_record (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size) argument
751 CHO_TRACE_DEBUG1 ("nfa_cho_add_cr_record () cur_size = %d", *p_cur_size);
767 status = NDEF_MsgAddWktCr (p_msg, max_size, p_cur_size,
783 tNDEF_STATUS nfa_cho_add_ac_record (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
858 status = NDEF_MsgAddWktAc (p_msg, max_size, p_cur_size,

Completed in 179 milliseconds