Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 7 of 7) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DTypedData.java37 byte getByte(int byteOffset); in getByte()
40 int getUnsignedByte(int byteOffset); in getUnsignedByte()
43 char getChar(int byteOffset); in getChar()
46 int getInt(int byteOffset); in getInt()
49 long getLong(int byteOffset); in getLong()
55 byte[] getTinyByteArray(int byteOffset); in getTinyByteArray()
61 byte[] getByteArray(int byteOffset); in getByteArray()
66 byte[] getBytes(int byteOffset, int byteCount); in getBytes()
72 char[] getTinyCharArray(int byteOffset); in getTinyCharArray()
77 char[] getChars(int byteOffset, int charCount); in getChars()
[all …]
DBlockData.java87 public byte getByte(int byteOffset) { in getByte()
92 public int getUnsignedByte(int byteOffset) { in getUnsignedByte()
97 public char getChar(int byteOffset) { in getChar()
102 public int getInt(int byteOffset) { in getInt()
107 public long getLong(int byteOffset) { in getLong()
112 public byte[] getTinyByteArray(int byteOffset) { in getTinyByteArray()
118 public byte[] getByteArray(int byteOffset) { in getByteArray()
124 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes()
133 public char[] getTinyCharArray(int byteOffset) { in getTinyCharArray()
139 public char[] getChars(int byteOffset, int charCount) { in getChars()
[all …]
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DSuffixTableSharedData.java190 private int getValueInternal(TypedData buffer, int valueSizeBytes, int byteOffset) { in getValueInternal()
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp251 off_t byteOffset = align_sizet(sizeof(Header) + header->mBuildIdLength); in flatten() local
309 off_t byteOffset = align_sizet(sizeof(Header) + header->mBuildIdLength); in unflatten() local
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmAlphabet.java691 int byteOffset = bitOffset / 8; in gsm7BitPackedToString() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/util/
DGsmAlphabet.java164 int byteOffset = bitOffset / 8; in gsm7BitPackedToString() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/table/packed/read/
DPackedTableReader.java240 int byteOffset = mHeaderLengthBytes + (index * mEntrySizeBytes); in getEntryBytesForIndex() local