Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/tests/
Dserialization.cpp402 ASSERT_EQ(reply.readStrongBinderVector(&binders), OK); in TEST_F()
406 ASSERT_EQ(reply.readStrongBinderVector(&binders), OK); in TEST_F()
/frameworks/native/include/binder/
DParcel.h416 status_t readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const;
417 …status_t readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const _…
418 status_t readStrongBinderVector(std::vector<sp<IBinder>>* val) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h416 status_t readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const;
417 …status_t readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const _…
418 status_t readStrongBinderVector(std::vector<sp<IBinder>>* val) const;
/frameworks/native/libs/binder/
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