Searched refs:p_head (Results 1 – 3 of 3) sorted by relevance
203 uint8_t* p_head = p; in sdp_compose_proto_list() local237 return (p - p_head); in sdp_compose_proto_list()532 uint8_t* p_head; in SDP_AddSequence() local541 p_head = p; in SDP_AddSequence()568 p = p_head; in SDP_AddSequence()569 if (p_head == p_buff) { in SDP_AddSequence()
888 sync_node_t* p_head = (sync_node_t*)list_front(sync_queue); in sync_queue_advance() local890 list_remove(sync_queue, p_head); in sync_queue_advance()949 sync_node_t* p_head = (sync_node_t*)list_front(sync_queue); in btm_queue_sync_next() local951 log::info("executing sync request SID={:04X}, bd_addr={}", p_head->sid, in btm_queue_sync_next()952 p_head->address); in btm_queue_sync_next()953 if (p_head->busy) { in btm_queue_sync_next()958 p_head->busy = true; in btm_queue_sync_next()960 btm_ble_start_sync_request(p_head->sid, p_head->address, p_head->skip, in btm_queue_sync_next()961 p_head->timeout); in btm_queue_sync_next()988 sync_node_t* p_head = (sync_node_t*)list_front(sync_queue); in btm_ble_start_sync_timeout() local[all …]
372 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() argument376 tBTA_HH_LE_RPT* p_rpt = p_head; in bta_hh_le_find_rpt_by_idtype()