Searched refs:writeStrongBinderVector (Results 1 – 3 of 3) sorted by relevance
176 status_t writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val);177 … status_t writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val);178 status_t writeStrongBinderVector(const std::vector<sp<IBinder>>& val);
1123 status_t Parcel::writeStrongBinderVector(const std::vector<sp<IBinder>>& val) in writeStrongBinderVector() function in android::Parcel1128 status_t Parcel::writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val) in writeStrongBinderVector() function in android::Parcel1133 status_t Parcel::writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) in writeStrongBinderVector() function in android::Parcel