Home
last modified time | relevance | path

Searched refs:p_head (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/sdp/
Dsdp_db.cc197 uint8_t* p_head = p; in sdp_compose_proto_list() local
231 return (p - p_head); in sdp_compose_proto_list()
478 uint8_t* p_head; in SDP_AddSequence() local
487 p_head = p; in SDP_AddSequence()
514 p = p_head; in SDP_AddSequence()
515 if (p_head == p_buff) { in SDP_AddSequence()
/system/bt/bta/hh/
Dbta_hh_le.cc356 static tBTA_HH_LE_RPT* bta_hh_le_find_rpt_by_idtype(tBTA_HH_LE_RPT* p_head, in bta_hh_le_find_rpt_by_idtype() argument
360 tBTA_HH_LE_RPT* p_rpt = p_head; in bta_hh_le_find_rpt_by_idtype()