Home | History | Annotate | Download | only in libhwbinder

Lines Matching defs:writeInt8

610 status_t Parcel::writeInt8(int8_t val)
642 return writeInt8(int8_t(val));