Home | History | Annotate | Download | only in avrc

Lines Matching refs:p_start

894     UINT8   *p_start = NULL;
908 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
920 p_start = ((UINT8 *)(p_pkt + 1) + p_pkt->offset);
956 p_fcb->frag_pdu = *p_start;
964 p_start -= AVRC_VENDOR_HDR_SIZE;
965 memcpy (p_data, p_start, AVRC_MAX_CTRL_DATA_LEN);