Home
last modified time | relevance | path

Searched refs:getInt8 (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/mtp/
DMtpDataPacket.h48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); } in getInt8() function
DMtpProperty.cpp444 if (!packet.getInt8(value.u.i8)) return false; in readValue()
DMtpDataPacket.cpp129 if (!getInt8(value)) { in getAInt8()
/frameworks/base/core/java/android/os/
DHwBlob.java58 public native final byte getInt8(long offset); in getInt8() method in HwBlob
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp482 if (!packet.getInt8(temp)) return false; in readLongValue()
/frameworks/base/api/
Dtest-lint-baseline.txt2262 NoByteOrShort: android.os.HwBlob#getInt8(long):
Dtest-current.txt2592 method public final byte getInt8(long);
Dsystem-current.txt8171 method public final byte getInt8(long);
/frameworks/base/non-updatable-api/
Dsystem-current.txt7091 method public final byte getInt8(long);