Searched refs:p_id (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_utils.c | 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetFirstRecById() argument 614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) in NDEF_MsgGetFirstRecById() 639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetNextRecById() argument 675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) in NDEF_MsgGetNextRecById() 838 UINT8 *p_id, UINT8 id_len, in NDEF_MsgAddRec() argument 906 if (p_id) in NDEF_MsgAddRec() 907 memcpy (p_rec, p_id, id_len); in NDEF_MsgAddRec() 934 UINT8 *p_id, UINT8 id_len, in NDEF_MsgInsertRec() argument 953 p_id, id_len, p_payload, payload_len); in NDEF_MsgInsertRec() 1002 if (p_id) in NDEF_MsgInsertRec() [all …]
|
/external/libnfc-nci/src/nfc/include/ |
D | ndef_utils.h | 197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen); 209 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen); 271 UINT8 *p_id, UINT8 id_len, 287 UINT8 *p_id, UINT8 id_len,
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | jp2.c | 389 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id); 398 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id ); 2163 const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) in opj_jp2_find_handler() argument 2168 if (jp2_header[i].id == p_id) { in opj_jp2_find_handler() 2182 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) in opj_jp2_img_find_handler() argument 2187 if (jp2_img_header[i].id == p_id) { in opj_jp2_img_find_handler()
|
D | j2k.c | 192 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id); 7467 const opj_dec_memory_marker_handler_t * opj_j2k_get_marker_handler (OPJ_UINT32 p_id) 7471 if (e->id == p_id) {
|