Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DParcel.h90 status_t writeInt8(int8_t val);
/system/libhwbinder/
DParcel.cpp504 status_t Parcel::writeInt8(int8_t val) in writeInt8() function in android::hardware::Parcel
536 return writeInt8(int8_t(val)); in writeBool()