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