Home
last modified time | relevance | path

Searched refs:mFormatType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsb20ASGeneral.java31 private byte mFormatType; // 5:1 Constant identifying the Format Type the field in Usb20ASGeneral
57 return mFormatType; in getFormatType()
84 mFormatType = stream.getByte(); in parseRawDescriptors()
H A DUsbASFormat.java30 private final byte mFormatType; // 3:1 FORMAT_TYPE_* field in UsbASFormat
45 mFormatType = formatType; in UsbASFormat()
49 return mFormatType; in getFormatType()