Home
last modified time | relevance | path

Searched defs:readByte (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
DBridgeBufferIterator.java61 public byte readByte() { in readByte() method in BridgeBufferIterator
/frameworks/base/drm/java/android/drm/
DDrmUtils.java123 private int readByte(byte[] constraintData, int arrayIndex) { in readByte() method in DrmUtils.ExtendedMetadataParser
/frameworks/native/libs/binder/
DParcel.cpp1960 status_t Parcel::readByte(int8_t *pArg) const in readByte() function in android::Parcel
1968 int8_t Parcel::readByte() const in readByte() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java2166 public final byte readByte() { in readByte() method in Parcel
/frameworks/base/media/java/android/media/
DExifInterface.java3770 public byte readByte() throws IOException { in readByte() method in ExifInterface.ByteOrderedDataInputStream