Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h271 … status_t readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const;
272 status_t readStrongBinderVector(std::vector<sp<IBinder>>* val) const;
/frameworks/native/libs/binder/
DParcel.cpp1114 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { in readStrongBinderVector() function in android::Parcel
1118 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { in readStrongBinderVector() function in android::Parcel