Home | History | Annotate | Download | only in libhwbinder

Lines Matching defs:writeInt32

630 status_t Parcel::writeInt32(int32_t val)
692 return writeInt32(-1);
705 if (str == NULL) return writeInt32(-1);
707 status_t err = writeInt32(len);