Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc201 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode() argument
202 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (uint8_t)p_type, 0, in BTA_HhSetProtoMode()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1105 uint8_t* p_type; in bta_dm_set_eir() local
1172 p_type = p++; in bta_dm_set_eir()
1203 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
1211 p_type = p++; in bta_dm_set_eir()
1233 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
1240 p_type = p++; in bta_dm_set_eir()
1262 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
/packages/modules/DnsResolver/
Dres_debug.h26 const char* p_type(int type);
Dres_debug.cpp160 p_type(ns_rr_type(rr)), p_class(ns_rr_class(rr))); in do_section()
441 const char* p_type(int type) { in p_type() function
Dres_mkquery.cpp112 << p_type(type) << ")"; in res_nmkquery()
Dgethnamaddr.cpp249 << p_type(qtype) << "\", got type \"" << p_type(type) << "\""; in getanswer()
Dgetaddrinfo.cpp934 << p_type(qtype) << "\", got type \"" << p_type(type) << "\""; in getanswer()