Home | History | Annotate | Download | only in binder

Lines Matching full:takeownership

751 status_t Parcel::writeFileDescriptor(int fd, bool takeOwnership)
757 obj.cookie = (void*) (takeOwnership ? 1 : 0);
767 status_t err = writeFileDescriptor(dupFd, true /*takeOwnership*/);
808 status = writeFileDescriptor(fd, true /*takeOwnership*/);