Home
last modified time | relevance | path

Searched refs:writeStrongBinderVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DParcel.h160 … status_t writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val);
161 status_t writeStrongBinderVector(const std::vector<sp<IBinder>>& val);
/frameworks/native/libs/binder/
DParcel.cpp1139 status_t Parcel::writeStrongBinderVector(const std::vector<sp<IBinder>>& val) in writeStrongBinderVector() function in android::Parcel
1144 status_t Parcel::writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) in writeStrongBinderVector() function in android::Parcel