HomeSort by relevance Sort by last modified time
    Searched defs:mUnitID (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACMixerUnit.java 21 protected byte mUnitID; // 3:1
32 return mUnitID;
54 mUnitID = stream.getByte();
UsbACSelectorUnit.java 28 private byte mUnitID; // 3:1 Constant uniquely identifying the Unit within the audio function.
40 return mUnitID;
57 mUnitID = stream.getByte();
UsbACFeatureUnit.java 40 private byte mUnitID; // 3:1 Constant uniquely identifying the Unit within the audio function.
58 return mUnitID;

Completed in 64 milliseconds