Home
last modified time | relevance | path

Searched refs:readInt8 (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DParcel.h134 status_t readInt8(int8_t *pArg) const;
/system/libhwbinder/
DParcel.cpp967 status_t Parcel::readInt8(int8_t *pArg) const in readInt8() function in android::hardware::Parcel
1096 status_t ret = readInt8(&tmp); in readBool()
1104 status_t err = readInt8(&tmp); in readBool()