Home
last modified time | relevance | path

Searched refs:readInt16 (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dhwbinder.cpp83 PARCEL_READ_WITH_STATUS(int16_t, readInt16),
/aosp12/frameworks/base/core/java/android/os/
H A DHwParcel.java362 public native final short readInt16(); in readInt16() method in HwParcel
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h136 status_t readInt16(int16_t *pArg) const;
/aosp12/system/libhwbinder/
H A DParcel.cpp977 status_t Parcel::readInt16(int16_t *pArg) const in readInt16() function in android::hardware::Parcel
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2472 NoByteOrShort: android.os.HwParcel#readInt16():
H A Dsystem-current.txt8300 method public final short readInt16();