Searched refs:byteOffset (Results 1 – 7 of 7) sorted by relevance
362 int byteOffset = bitOffset / 8; in decodeSingle() local365 septets[byteOffset] |= v << shift; in decodeSingle()368 septets[byteOffset + 1] = (byte) (v >> (8 - shift)); in decodeSingle()427 int byteOffset = bitOffset / 8; in testDecodeExtended() local430 septets[byteOffset] |= GSM_ESCAPE_CHARACTER << shift; in testDecodeExtended()433 septets[byteOffset + 1] = (byte) (GSM_ESCAPE_CHARACTER >> (8 - shift)); in testDecodeExtended()439 byteOffset = bitOffset / 8; in testDecodeExtended()442 septets[byteOffset] |= v << shift; in testDecodeExtended()445 septets[byteOffset + 1] = (byte) (v >> (8 - shift)); in testDecodeExtended()490 int byteOffset = bitOffset / 8; in testDecodeExtendedFallback() local[all …]
49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() argument56 final int n = mWrapped.read(buffer, byteOffset, byteCount); in read()
178 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write() argument179 Arrays.checkOffsetAndCount(buffer.length, byteOffset, byteCount); in write()183 IoBridge.write(mClient, buffer, byteOffset, byteCount); in write()
433 int byteOffset = bitOffset / 8; in packSmsChar() local436 packedChars[++byteOffset] |= value << shift; in packSmsChar()439 packedChars[++byteOffset] = (byte)(value >> (8 - shift)); in packSmsChar()505 int byteOffset = bitOffset / 8; in gsm7BitPackedToString() local509 gsmVal = (0x7f & (pdu[offset + byteOffset] >> shift)); in gsm7BitPackedToString()516 gsmVal |= 0x7f & (pdu[offset + byteOffset + 1] << (8 - shift)); in gsm7BitPackedToString()
1081 int byteOffset = stride * index; in doArrayElement() local1088 byte d = byteBuffer.get(byteOffset); in doArrayElement()1093 byte d = byteBuffer.get(byteOffset); in doArrayElement()1099 short d = shortBuffer.get(byteOffset / 2); in doArrayElement()1105 int d = intBuffer.get(byteOffset / 4); in doArrayElement()1111 float d = intBuffer.get(byteOffset / 4); in doArrayElement()1119 byteOffset += sizeofType; in doArrayElement()
635 jbyteArray javaBytes, jint byteOffset, jint sizeInBytes, in android_media_AudioTrack_write_native_bytes() argument652 jint written = writeToTrack(lpTrack, javaAudioFormat, bytes.get(), byteOffset, in android_media_AudioTrack_write_native_bytes()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...