Searched defs:readByte (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java123 private int readByte(byte[] constraintData, int arrayIndex) { method in class:DrmUtils.ExtendedMetadataParser
147 int keyLength = readByte(constraintData, index);
151 int valueLength = readByte(constraintData, index);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
H A DBridgeBufferIterator.java61 public byte readByte() { method in class:BridgeBufferIterator
/frameworks/base/core/java/android/os/
H A DParcel.java79 * data types: {@link #writeByte}, {@link #readByte}, {@link #writeDouble},
2093 public final byte readByte() { method in class:Parcel
2708 return readByte();
3121 boolean value = this.readByte() == 1;
/frameworks/native/libs/binder/
H A DParcel.cpp1960 status_t Parcel::readByte(int8_t *pArg) const function in class:Parcel
1968 int8_t Parcel::readByte() const function in class:Parcel
/frameworks/base/media/java/android/media/
H A DExifInterface.java2300 if ((marker = in.readByte()) != MARKER) {
2304 if (in.readByte() != MARKER_SOI) {
2309 marker = in.readByte();
2314 marker = in.readByte();
2781 if (dataInputStream.readByte() != MARKER) {
2785 if (dataInputStream.readByte() != MARKER_SOI) {
2798 byte marker = dataInputStream.readByte();
2802 marker = dataInputStream.readByte();
3844 public byte readByte() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java4794 if ((marker = in.readByte()) != MARKER) {
4798 if (in.readByte() != MARKER_SOI) {
4803 marker = in.readByte();
4808 marker = in.readByte();
5145 if (dataInputStream.readByte() != MARKER) {
5149 if (dataInputStream.readByte() != MARKER_SOI) {
5162 byte marker = dataInputStream.readByte();
5166 marker = dataInputStream.readByte();
6206 public byte readByte() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 93 milliseconds