Home | History | Annotate | Download | only in binder

Lines Matching defs:writeInt32

476     writeInt32(IPCThreadState::self()->getStrictModePolicy() |
616 status_t Parcel::writeInt32(int32_t val)
674 status_t err = writeInt32(str.bytes());
691 if (str == NULL) return writeInt32(-1);
693 status_t err = writeInt32(len);
723 err = writeInt32(handle->numFds);
726 err = writeInt32(handle->numInts);
769 status = writeInt32(0);
795 status = writeInt32(1);
819 err = this->writeInt32(len);
822 err = this->writeInt32(fd_count);
890 return writeInt32(0);