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

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) argument
614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) argument
675 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) )
838 UINT8 *p_id, UINT8 id_len,
906 if (p_id)
907 memcpy (p_rec, p_id, id_len);
934 UINT8 *p_id, UINT8 id_len,
953 p_id, id_len, p_payload, payload_len);
1002 if (p_id)
836 NDEF_MsgAddRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
932 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
1523 UINT8 *p_type, *p_id, *p_pay; local
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Djp2.c398 * @param p_id the id of the handler to fetch.
402 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
407 * @param p_id the id of the handler to fetch.
411 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
2289 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) argument
2294 if (jp2_header[i].id == p_id) {
2304 * @param p_id the id of the handler to fetch.
2308 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) argument
2313 if (jp2_img_header[i].id == p_id) {
H A Dj2k.c188 * @param p_id Marker value to look up
192 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id);
7439 static const opj_dec_memory_marker_handler_t * opj_j2k_get_marker_handler (OPJ_UINT32 p_id) argument
7443 if (e->id == p_id) {

Completed in 232 milliseconds