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

/external/stlport/src/
H A Dmessages.cpp139 int set, int p_id, const string& dfault) const {
142 set, p_id, dfault.c_str()))
150 int set, int p_id, const wstring& dfault) const {
154 const char* str = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "");
160 const char* str2 = _Locale_catgets(_M_message_obj, _STLP_MUTABLE(_Messages_impl, _M_cat)[thecat], set, p_id, "*");
205 messages_byname<char>::do_get(catalog cat, int set, int p_id, argument
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
235 int set, int p_id, const wstring& dfault) const
236 { return _M_impl->do_get(thecat, set, p_id, dfault); }
138 do_get(catalog cat, int set, int p_id, const string& dfault) const argument
149 do_get(catalog thecat, int set, int p_id, const wstring& dfault) const argument
234 do_get(catalog thecat, int set, int p_id, const wstring& dfault) const argument
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c1120 tBTA_GATTC_ATTR_ID *p_id; local
1126 p_id = p_data->api_read_multi.p_id_list;
1128 for (i = 0; i < p_data->api_read_multi.num_attr && p_id; i ++, p_id ++)
1132 if (p_id->id_type == BTA_GATT_TYPE_CHAR)
1135 &p_id->id_value.char_id.srvc_id,
1136 &p_id->id_value.char_id.char_id,
1139 else if (p_id->id_type == BTA_GATT_TYPE_CHAR_DESCR)
1142 &p_id->id_value.char_descr_id.char_id.srvc_id,
1143 &p_id
[all...]
/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/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c1458 tBTA_SERVICE_ID *p_id = &service_id; local
1474 (char*)p_id, sizeof(tBTA_SERVICE_ID), NULL);
1492 tBTA_SERVICE_ID *p_id = &service_id; local
1507 (char*)p_id, sizeof(tBTA_SERVICE_ID), NULL);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c2523 sctp_assoc_t *p_id; local
2591 p_id = (sctp_assoc_t *)buf;
2592 *id = *p_id;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Djp2.c374 * @param p_id the id of the handler to fetch.
378 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id);
383 * @param p_id the id of the handler to fetch.
387 static const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id );
1996 const opj_jp2_header_handler_t * opj_jp2_find_handler (OPJ_UINT32 p_id) argument
2001 if (jp2_header[i].id == p_id) {
2011 * @param p_id the id of the handler to fetch.
2015 static const opj_jp2_header_handler_t * opj_jp2_img_find_handler (OPJ_UINT32 p_id) argument
2020 if (jp2_img_header[i].id == p_id) {

Completed in 5051 milliseconds