Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h476 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
481 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/frameworks/native/libs/binder/include/binder/
DParcel.h476 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
481 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/frameworks/native/libs/binder/
DParcel.cpp1248 status_t Parcel::readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const { retur… in readStrongBinderVector() function in android::Parcel
1249 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { ret… in readStrongBinderVector() function in android::Parcel
1250 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { return readData(val)… in readStrongBinderVector() function in android::Parcel