/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbInterfaceAssoc.java | 66 mFirstInterface = stream.getByte(); in parseRawDescriptors() 67 mInterfaceCount = stream.getByte(); in parseRawDescriptors() 68 mFunctionClass = stream.getByte(); in parseRawDescriptors() 69 mFunctionSubClass = stream.getByte(); in parseRawDescriptors() 70 mFunctionProtocol = stream.getByte(); in parseRawDescriptors() 71 mFunction = stream.getByte(); in parseRawDescriptors()
|
D | UsbACSelectorUnit.java | 57 mUnitID = stream.getByte(); in parseRawDescriptors() 58 mNumPins = stream.getByte(); in parseRawDescriptors() 61 mSourceIDs[index] = stream.getByte(); in parseRawDescriptors() 63 mNameIndex = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ASGeneral.java | 82 mTerminalLink = stream.getByte(); in parseRawDescriptors() 83 mControls = stream.getByte(); in parseRawDescriptors() 84 mFormatType = stream.getByte(); in parseRawDescriptors() 86 mNumChannels = stream.getByte(); in parseRawDescriptors() 88 mChannelNames = stream.getByte(); in parseRawDescriptors()
|
D | UsbACMixerUnit.java | 54 mUnitID = stream.getByte(); in parseRawDescriptors() 55 mNumInputs = stream.getByte(); in parseRawDescriptors() 58 mInputIDs[input] = stream.getByte(); in parseRawDescriptors() 60 mNumOutputs = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ACMixerUnit.java | 60 mChanNames = stream.getByte(); in parseRawDescriptors() 64 mControls[index] = stream.getByte(); in parseRawDescriptors() 66 mControlsMask = stream.getByte(); in parseRawDescriptors() 67 mNameID = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ACInputTerminal.java | 73 mClkSourceID = stream.getByte(); in parseRawDescriptors() 74 mNumChannels = stream.getByte(); in parseRawDescriptors() 76 mChanNames = stream.getByte(); in parseRawDescriptors() 78 mTerminalName = stream.getByte(); in parseRawDescriptors()
|
D | UsbBinaryParser.java | 40 sb.append("0x" + Integer.toHexString(stream.getByte() & 0xFF) + " "); in dumpDescriptor() 50 builder.append("0x" + Integer.toHexString(stream.getByte() & 0xFF) + " "); in dumpDescriptor() 66 int length = (int) stream.getByte() & 0x000000FF; in parseDescriptors() 67 byte type = stream.getByte(); in parseDescriptors()
|
D | Usb10ASFormatI.java | 75 mNumChannels = stream.getByte(); in parseRawDescriptors() 76 mSubframeSize = stream.getByte(); in parseRawDescriptors() 77 mBitResolution = stream.getByte(); in parseRawDescriptors() 78 mSampleFreqType = stream.getByte(); in parseRawDescriptors()
|
D | UsbACAudioControlEndpoint.java | 65 mAddress = stream.getByte(); in parseRawDescriptors() 66 mAttribs = stream.getByte(); in parseRawDescriptors() 68 mInterval = stream.getByte(); in parseRawDescriptors()
|
D | Usb10ACInputTerminal.java | 62 mNrChannels = stream.getByte(); in parseRawDescriptors() 64 mChannelNames = stream.getByte(); in parseRawDescriptors() 65 mTerminal = stream.getByte(); in parseRawDescriptors()
|
D | UsbHIDDescriptor.java | 66 mCountryCode = stream.getByte(); in parseRawDescriptors() 67 mNumDescriptors = stream.getByte(); in parseRawDescriptors() 68 mDescriptorType = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ACOutputTerminal.java | 61 mSourceID = stream.getByte(); in parseRawDescriptors() 62 mClkSoureID = stream.getByte(); in parseRawDescriptors() 64 mTerminalID = stream.getByte(); in parseRawDescriptors()
|
D | Usb10ACHeader.java | 56 mControls = stream.getByte(); in parseRawDescriptors() 58 mNumInterfaces = stream.getByte(); in parseRawDescriptors() 61 mInterfaceNums[index] = stream.getByte(); in parseRawDescriptors()
|
D | UsbDeviceDescriptor.java | 173 mPacketSize = stream.getByte(); in parseRawDescriptors() 177 mMfgIndex = stream.getByte(); in parseRawDescriptors() 178 mProductIndex = stream.getByte(); in parseRawDescriptors() 179 mSerialIndex = stream.getByte(); in parseRawDescriptors() 180 mNumConfigs = stream.getByte(); in parseRawDescriptors()
|
D | Usb10ACMixerUnit.java | 65 mChanNameID = stream.getByte(); in parseRawDescriptors() 70 mControls[index] = stream.getByte(); in parseRawDescriptors() 73 mNameID = stream.getByte(); in parseRawDescriptors()
|
D | Usb10ACOutputTerminal.java | 47 mSourceID = stream.getByte(); in parseRawDescriptors() 48 mTerminal = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ASFormatI.java | 54 mSubSlotSize = stream.getByte(); in parseRawDescriptors() 55 mBitResolution = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ASFormatIII.java | 48 mSubslotSize = stream.getByte(); in parseRawDescriptors() 49 mBitResolution = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ACHeader.java | 46 mCategory = stream.getByte(); in parseRawDescriptors() 48 mControls = stream.getByte(); in parseRawDescriptors()
|
D | Usb10ASGeneral.java | 55 mTerminalLink = stream.getByte(); in parseRawDescriptors() 56 mDelay = stream.getByte(); in parseRawDescriptors()
|
D | Usb20ASFormatIIEx.java | 61 mHeaderLength = stream.getByte(); in parseRawDescriptors() 62 mSidebandProtocol = stream.getByte(); in parseRawDescriptors()
|
D | UsbACMidi20Endpoint.java | 47 mNumGroupTerminals = stream.getByte(); in parseRawDescriptors() 51 mBlockIds[block] = stream.getByte(); in parseRawDescriptors()
|
D | UsbACMidi10Endpoint.java | 47 mNumJacks = stream.getByte(); in parseRawDescriptors() 51 mJackIds[jack] = stream.getByte(); in parseRawDescriptors()
|
D | UsbACTerminal.java | 53 mTerminalID = stream.getByte(); in parseRawDescriptors() 55 mAssocTerminal = stream.getByte(); in parseRawDescriptors()
|
/frameworks/base/nfc/java/android/nfc/tech/ |
D | NfcV.java | 67 mRespFlags = extras.getByte(EXTRA_RESP_FLAGS); in NfcV() 68 mDsfId = extras.getByte(EXTRA_DSFID); in NfcV()
|