Home
last modified time | relevance | path

Searched refs:getByte (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbInterfaceAssoc.java66 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()
DUsb20ASGeneral.java79 mTerminalLink = stream.getByte(); in parseRawDescriptors()
80 mControls = stream.getByte(); in parseRawDescriptors()
81 mFormatType = stream.getByte(); in parseRawDescriptors()
83 mNumChannels = stream.getByte(); in parseRawDescriptors()
85 mChannelNames = stream.getByte(); in parseRawDescriptors()
DUsbACSelectorUnit.java57 mUnitID = stream.getByte(); in parseRawDescriptors()
58 mNumPins = stream.getByte(); in parseRawDescriptors()
61 mSourceIDs[index] = stream.getByte(); in parseRawDescriptors()
63 mNameIndex = stream.getByte(); in parseRawDescriptors()
DUsb20ACMixerUnit.java45 mChanNames = stream.getByte(); in parseRawDescriptors()
49 mControls[index] = stream.getByte(); in parseRawDescriptors()
51 mControlsMask = stream.getByte(); in parseRawDescriptors()
52 mNameID = stream.getByte(); in parseRawDescriptors()
DUsbACMixerUnit.java54 mUnitID = stream.getByte(); in parseRawDescriptors()
55 mNumInputs = stream.getByte(); in parseRawDescriptors()
58 mInputIDs[input] = stream.getByte(); in parseRawDescriptors()
60 mNumOutputs = stream.getByte(); in parseRawDescriptors()
DUsb20ACInputTerminal.java66 mClkSourceID = stream.getByte(); in parseRawDescriptors()
67 mNumChannels = stream.getByte(); in parseRawDescriptors()
69 mChanNames = stream.getByte(); in parseRawDescriptors()
71 mTerminalName = stream.getByte(); in parseRawDescriptors()
DUsbBinaryParser.java40 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()
DUsb10ASFormatI.java75 mNumChannels = stream.getByte(); in parseRawDescriptors()
76 mSubframeSize = stream.getByte(); in parseRawDescriptors()
77 mBitResolution = stream.getByte(); in parseRawDescriptors()
78 mSampleFreqType = stream.getByte(); in parseRawDescriptors()
DUsbACAudioControlEndpoint.java65 mAddress = stream.getByte(); in parseRawDescriptors()
66 mAttribs = stream.getByte(); in parseRawDescriptors()
68 mInterval = stream.getByte(); in parseRawDescriptors()
DUsb10ACInputTerminal.java59 mNrChannels = stream.getByte(); in parseRawDescriptors()
61 mChannelNames = stream.getByte(); in parseRawDescriptors()
62 mTerminal = stream.getByte(); in parseRawDescriptors()
DUsb20ACOutputTerminal.java61 mSourceID = stream.getByte(); in parseRawDescriptors()
62 mClkSoureID = stream.getByte(); in parseRawDescriptors()
64 mTerminalID = stream.getByte(); in parseRawDescriptors()
DUsbHIDDescriptor.java66 mCountryCode = stream.getByte(); in parseRawDescriptors()
67 mNumDescriptors = stream.getByte(); in parseRawDescriptors()
68 mDescriptorType = stream.getByte(); in parseRawDescriptors()
DUsb10ACHeader.java56 mControls = stream.getByte(); in parseRawDescriptors()
58 mNumInterfaces = stream.getByte(); in parseRawDescriptors()
61 mInterfaceNums[index] = stream.getByte(); in parseRawDescriptors()
DUsbDeviceDescriptor.java175 mPacketSize = stream.getByte(); in parseRawDescriptors()
179 mMfgIndex = stream.getByte(); in parseRawDescriptors()
180 mProductIndex = stream.getByte(); in parseRawDescriptors()
181 mSerialIndex = stream.getByte(); in parseRawDescriptors()
182 mNumConfigs = stream.getByte(); in parseRawDescriptors()
DUsb10ACMixerUnit.java58 mChanNameID = stream.getByte(); in parseRawDescriptors()
63 mControls[index] = stream.getByte(); in parseRawDescriptors()
66 mNameID = stream.getByte(); in parseRawDescriptors()
DUsb10ACOutputTerminal.java47 mSourceID = stream.getByte(); in parseRawDescriptors()
48 mTerminal = stream.getByte(); in parseRawDescriptors()
DUsb20ASFormatI.java54 mSubSlotSize = stream.getByte(); in parseRawDescriptors()
55 mBitResolution = stream.getByte(); in parseRawDescriptors()
DUsb20ASFormatIII.java48 mSubslotSize = stream.getByte(); in parseRawDescriptors()
49 mBitResolution = stream.getByte(); in parseRawDescriptors()
DUsb20ACHeader.java46 mCategory = stream.getByte(); in parseRawDescriptors()
48 mControls = stream.getByte(); in parseRawDescriptors()
DUsbACMidiEndpoint.java47 mNumJacks = stream.getByte(); in parseRawDescriptors()
50 mJackIds[jack] = stream.getByte(); in parseRawDescriptors()
DUsbInterfaceDescriptor.java55 mAlternateSetting = stream.getByte(); in parseRawDescriptors()
56 mNumEndpoints = stream.getByte(); in parseRawDescriptors()
60 mDescrIndex = stream.getByte(); in parseRawDescriptors()
DUsb20ASFormatIIEx.java61 mHeaderLength = stream.getByte(); in parseRawDescriptors()
62 mSidebandProtocol = stream.getByte(); in parseRawDescriptors()
DUsb10ASGeneral.java55 mTerminalLink = stream.getByte(); in parseRawDescriptors()
56 mDelay = stream.getByte(); in parseRawDescriptors()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java637 len = getByte(); in getSCAddress()
661 int getByte() { in getByte() method in SmsMessage.PduParser
1034 int firstByte = p.getByte(); in parsePdu()
1067 mMessageRef = p.getByte(); in parseSmsStatusReport()
1074 mStatus = p.getByte(); in parseSmsStatusReport()
1079 int extraParams = p.getByte(); in parseSmsStatusReport()
1085 moreExtraParams = p.getByte(); in parseSmsStatusReport()
1092 mProtocolIdentifier = p.getByte(); in parseSmsStatusReport()
1096 mDataCodingScheme = p.getByte(); in parseSmsStatusReport()
1119 mProtocolIdentifier = p.getByte(); in parseSmsDeliver()
[all …]
/frameworks/base/core/java/android/nfc/tech/
DNfcV.java67 mRespFlags = extras.getByte(EXTRA_RESP_FLAGS); in NfcV()
68 mDsfId = extras.getByte(EXTRA_DSFID); in NfcV()

12