Home | History | Annotate | Download | only in avrc

Lines Matching defs:p_start

961     UINT8   *p_start = NULL;
977 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
989 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
1017 if (p_start != NULL) {
1020 p_fcb->frag_pdu = *p_start;
1028 p_start -= AVRC_VENDOR_HDR_SIZE;
1029 memcpy (p_data, p_start, AVRC_MAX_CTRL_DATA_LEN);