Searched refs:writeInt8 (Results 1 – 2 of 2) sorted by relevance
101 status_t writeInt8(int8_t val);
509 status_t Parcel::writeInt8(int8_t val) in writeInt8() function in android::hardware::Parcel541 return writeInt8(int8_t(val)); in writeBool()