Home | History | Annotate | Download | only in avrc

Lines Matching defs:xx

535     int         xx;
632 xx = 0;
633 while (*p_data != AVRC_CMD_OPRND_PAD && xx<AVRC_SUB_TYPE_LEN)
635 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT;
636 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL)
638 xx++;