Searched refs:readStrongBinderVector (Results 1 – 4 of 4) sorted by relevance
402 ASSERT_EQ(reply.readStrongBinderVector(&binders), OK); in TEST_F()406 ASSERT_EQ(reply.readStrongBinderVector(&binders), OK); in TEST_F()
416 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;
954 status_t Parcel::readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const { retur… in readStrongBinderVector() function in android::Parcel955 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { ret… in readStrongBinderVector() function in android::Parcel956 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { return readData(val)… in readStrongBinderVector() function in android::Parcel