Home | History | Annotate | Download | only in binder

Lines Matching refs:ScopedFd

1190 status_t Parcel::writeUniqueFileDescriptor(const ScopedFd& fd) {
1194 status_t Parcel::writeUniqueFileDescriptorVector(const std::vector<ScopedFd>& val) {
1198 status_t Parcel::writeUniqueFileDescriptorVector(const std::unique_ptr<std::vector<ScopedFd>>& val) {
1996 status_t Parcel::readUniqueFileDescriptor(ScopedFd* val) const
2014 status_t Parcel::readUniqueFileDescriptorVector(std::unique_ptr<std::vector<ScopedFd>>* val) const {
2018 status_t Parcel::readUniqueFileDescriptorVector(std::vector<ScopedFd>* val) const {