Home | History | Annotate | Download | only in avrc

Lines Matching defs:p_start

990     UINT8   *p_start = NULL;
1007 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
1019 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
1051 if (p_pkt_new && (p_start != NULL))
1055 p_fcb->frag_pdu = *p_start;
1063 p_start -= AVRC_VENDOR_HDR_SIZE;
1064 memcpy (p_data, p_start, AVRC_MAX_CTRL_DATA_LEN);