/external/stlport/src/ |
messages.cpp | 139 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, 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); }
|
/ndk/sources/cxx-stl/stlport/src/ |
messages.cpp | 139 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, 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); }
|
/external/libnfc-nci/src/nfc/include/ |
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/libnfc-nci/src/nfc/ndef/ |
ndef_utils.c | 582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) 614 if ( (id_len == ilen) && (!memcmp (p_rec, p_id, ilen)) ) 639 UINT8 *NDEF_MsgGetNextRecById (UINT8 *p_cur_rec, UINT8 *p_id, UINT8 ilen) 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) 1523 UINT8 *p_type, *p_id, *p_pay; local [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_act.c | 975 tBTA_GATTC_ATTR_ID *p_id; local 983 p_id = p_data->api_read_multi.p_id_list; 985 for (i = 0; i < p_data->api_read_multi.num_attr && p_id; i ++, p_id ++) 989 if (p_id->id_type == BTA_GATT_TYPE_CHAR) 992 &p_id->id_value.char_id.srvc_id, 993 &p_id->id_value.char_id.char_id, 996 else if (p_id->id_type == BTA_GATT_TYPE_CHAR_DESCR) 999 &p_id->id_value.char_descr_id.char_id.srvc_id [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | 1409 tBTA_SERVICE_ID *p_id = &service_id; local 1443 tBTA_SERVICE_ID *p_id = &service_id; local [all...] |