Home | History | Annotate | Download | only in avrcp

Lines Matching refs:mFeatures

86     private int mFeatures;
155 mFeatures = 0;
285 mFeatures = msg.arg1;
789 return ((mFeatures & BTRC_FEAT_ABSOLUTE_VOLUME) != 0);
860 ProfileService.println(sb, "mFeatures: " + mFeatures);