Searched refs:mSubtype (Results 1 – 4 of 4) sorted by relevance
30 protected byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACEndpoint42 return mSubtype; in getSubtype()47 mSubtype = stream.getByte(); in parseRawDescriptors()
38 protected final byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbVCInterface42 mSubtype = subtype; in UsbVCInterface()
80 protected final byte mSubtype; // 2:1 HEADER descriptor subtype field in UsbACInterface86 mSubtype = subtype; in UsbACInterface()91 return mSubtype; in getSubtype()
233 private int mSubtype; field in Filter275 mSubtype = TunerUtils.getFilterSubtype(mainType, subtype); in setType()310 int subType = (s == null) ? mSubtype : s.getType(); in configure()311 if (mMainType != config.getType() || mSubtype != subType) { in configure()313 + mMainType + ", filter subtype=" + mSubtype + ". config main type=" in configure()