Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp954 status_t Parcel::readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const { retur… in readStrongBinderVector() function in android::Parcel
955 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { ret… in readStrongBinderVector() function in android::Parcel
956 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { return readData(val)… in readStrongBinderVector() function in android::Parcel