Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h362 status_t readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const;
363 … status_t readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const;
364 status_t readStrongBinderVector(std::vector<sp<IBinder>>* val) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h362 status_t readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const;
363 … status_t readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const;
364 status_t readStrongBinderVector(std::vector<sp<IBinder>>* val) const;
/frameworks/native/libs/binder/
DParcel.cpp1138 status_t Parcel::readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const { in readStrongBinderVector() function in android::Parcel
1142 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { in readStrongBinderVector() function in android::Parcel
1146 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { in readStrongBinderVector() function in android::Parcel