Home | History | Annotate | Download | only in avrc

Lines Matching defs:p_start

961     UINT8   *p_start = NULL;
975 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
987 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
1023 p_fcb->frag_pdu = *p_start;
1031 p_start -= AVRC_VENDOR_HDR_SIZE;
1032 memcpy (p_data, p_start, AVRC_MAX_CTRL_DATA_LEN);