Searched refs:pp_data (Results 1 – 2 of 2) sorted by relevance
2020 void avdt_scb_queue_frags(tAVDT_SCB *p_scb, UINT8 **pp_data, UINT32 *p_data_len, fixed_queue_t *pq) in avdt_scb_queue_frags() argument2082 memcpy((UINT8 *)(p_frag + 1) + p_frag->offset, *pp_data, p_frag->len); in avdt_scb_queue_frags()2083 *pp_data += p_frag->len; in avdt_scb_queue_frags()
676 extern void avdt_scb_queue_frags(tAVDT_SCB *p_scb, UINT8 **pp_data, UINT32 *p_data_len, fixed_queue…