Searched refs:p_type (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_api.cc | 201 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/ |
D | bta_dm_act.cc | 1105 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/ |
D | res_debug.h | 26 const char* p_type(int type);
|
D | res_debug.cpp | 160 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
|
D | res_mkquery.cpp | 112 << p_type(type) << ")"; in res_nmkquery()
|
D | gethnamaddr.cpp | 249 << p_type(qtype) << "\", got type \"" << p_type(type) << "\""; in getanswer()
|
D | getaddrinfo.cpp | 934 << p_type(qtype) << "\", got type \"" << p_type(type) << "\""; in getanswer()
|