Home
last modified time | relevance | path

Searched defs:writeStrongBinderVector (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DParcel.h232 status_t writeStrongBinderVector(const std::vector<sp<T>>& val) { in writeStrongBinderVector() function
237 status_t writeStrongBinderVector(const std::optional<std::vector<sp<T>>>& val) { in writeStrongBinderVector() function
/frameworks/native/libs/binder/include/binder/
DParcel.h232 status_t writeStrongBinderVector(const std::vector<sp<T>>& val) { in writeStrongBinderVector() function
237 status_t writeStrongBinderVector(const std::optional<std::vector<sp<T>>>& val) { in writeStrongBinderVector() function
/frameworks/native/libs/binder/
DParcel.cpp991 status_t Parcel::writeStrongBinderVector(const std::vector<sp<IBinder>>& val) { return writeData(va… in writeStrongBinderVector() function in android::Parcel
992 status_t Parcel::writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val) { retu… in writeStrongBinderVector() function in android::Parcel
993 status_t Parcel::writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) { re… in writeStrongBinderVector() function in android::Parcel