/aosp12/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 25 inline uint8_t getByte(const uint64_t& v, const uint8_t index) { in getByte() function 34 *pos++ = getByte(value, 7); in writeBytes() 35 *pos++ = getByte(value, 6); in writeBytes() 36 *pos++ = getByte(value, 5); in writeBytes() 37 *pos++ = getByte(value, 4); in writeBytes() 40 *pos++ = getByte(value, 3); in writeBytes() 41 *pos++ = getByte(value, 2); in writeBytes() 44 *pos++ = getByte(value, 1); in writeBytes() 47 *pos++ = getByte(value, 0); in writeBytes()
|
/aosp12/hardware/interfaces/confirmationui/support/src/ |
H A D | cbor.cpp | 26 inline uint8_t getByte(const uint64_t& v, const uint8_t index) { in getByte() function 35 *pos++ = getByte(value, 7); in writeBytes() 36 *pos++ = getByte(value, 6); in writeBytes() 37 *pos++ = getByte(value, 5); in writeBytes() 38 *pos++ = getByte(value, 4); in writeBytes() 41 *pos++ = getByte(value, 3); in writeBytes() 42 *pos++ = getByte(value, 2); in writeBytes() 45 *pos++ = getByte(value, 1); in writeBytes()
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A 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()
|
H A D | Usb20ASGeneral.java | 79 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()
|
H A 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()
|
H A D | Usb20ACMixerUnit.java | 45 mChanNames = stream.getByte(); in parseRawDescriptors() 49 mControls[index] = stream.getByte(); in parseRawDescriptors() 51 mControlsMask = stream.getByte(); in parseRawDescriptors() 52 mNameID = stream.getByte(); in parseRawDescriptors()
|
H A 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()
|
H A D | Usb20ACInputTerminal.java | 66 mClkSourceID = stream.getByte(); in parseRawDescriptors() 67 mNumChannels = stream.getByte(); in parseRawDescriptors() 69 mChanNames = stream.getByte(); in parseRawDescriptors() 71 mTerminalName = stream.getByte(); in parseRawDescriptors()
|
H A 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()
|
H A 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()
|
H A D | UsbACAudioControlEndpoint.java | 65 mAddress = stream.getByte(); in parseRawDescriptors() 66 mAttribs = stream.getByte(); in parseRawDescriptors() 68 mInterval = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb10ACInputTerminal.java | 59 mNrChannels = stream.getByte(); in parseRawDescriptors() 61 mChannelNames = stream.getByte(); in parseRawDescriptors() 62 mTerminal = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb20ACOutputTerminal.java | 61 mSourceID = stream.getByte(); in parseRawDescriptors() 62 mClkSoureID = stream.getByte(); in parseRawDescriptors() 64 mTerminalID = stream.getByte(); in parseRawDescriptors()
|
H A D | UsbHIDDescriptor.java | 66 mCountryCode = stream.getByte(); in parseRawDescriptors() 67 mNumDescriptors = stream.getByte(); in parseRawDescriptors() 68 mDescriptorType = stream.getByte(); in parseRawDescriptors()
|
H A 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()
|
H A D | Usb10ACHeader.java | 56 mControls = stream.getByte(); in parseRawDescriptors() 58 mNumInterfaces = stream.getByte(); in parseRawDescriptors() 61 mInterfaceNums[index] = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb10ACMixerUnit.java | 58 mChanNameID = stream.getByte(); in parseRawDescriptors() 63 mControls[index] = stream.getByte(); in parseRawDescriptors() 66 mNameID = stream.getByte(); in parseRawDescriptors()
|
H A D | UsbInterfaceDescriptor.java | 53 mAlternateSetting = stream.getByte(); in parseRawDescriptors() 54 mNumEndpoints = stream.getByte(); in parseRawDescriptors() 58 mDescrIndex = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb10ACOutputTerminal.java | 47 mSourceID = stream.getByte(); in parseRawDescriptors() 48 mTerminal = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb20ASFormatIII.java | 48 mSubslotSize = stream.getByte(); in parseRawDescriptors() 49 mBitResolution = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb20ASFormatI.java | 54 mSubSlotSize = stream.getByte(); in parseRawDescriptors() 55 mBitResolution = stream.getByte(); in parseRawDescriptors()
|
H A D | Usb20ACHeader.java | 46 mCategory = stream.getByte(); in parseRawDescriptors() 48 mControls = stream.getByte(); in parseRawDescriptors()
|
/aosp12/art/test/711-checker-type-conversion/src/ |
H A D | Main.java | 108 static byte $noinline$getByte() { in $noinline$getByte() 131 shortArr[0] = $noinline$getByte(); in byteToShort() 140 charArr[0] = (char)$noinline$getByte(); in byteToChar() 149 intArr[0] = $noinline$getByte(); in byteToInt()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | SmsMessage.java | 802 len = getByte(); in getSCAddress() 827 int getByte() { in getByte() method in SmsMessage.PduParser 1215 int firstByte = p.getByte(); in parsePdu() 1248 mMessageRef = p.getByte(); in parseSmsStatusReport() 1256 mStatus = p.getByte(); in parseSmsStatusReport() 1261 int extraParams = p.getByte(); in parseSmsStatusReport() 1301 mProtocolIdentifier = p.getByte(); in parseSmsDeliver() 1305 mDataCodingScheme = p.getByte(); in parseSmsDeliver() 1332 mMessageRef = p.getByte(); in parseSmsSubmit() 1346 mDataCodingScheme = p.getByte(); in parseSmsSubmit() [all …]
|
/aosp12/frameworks/base/core/java/android/nfc/tech/ |
H A D | NfcV.java | 67 mRespFlags = extras.getByte(EXTRA_RESP_FLAGS); in NfcV() 68 mDsfId = extras.getByte(EXTRA_DSFID); in NfcV()
|