Searched refs:writeStrongBinderVector (Results 1 – 5 of 5) sorted by relevance
134 …[](Parcel* p) { ASSERT_EQ(OK, p->writeStrongBinderVector(std::optional<std::vector<sp<IBinder>>>(s… in __anon2cedc6ac5b02()135 …[](Parcel* p) { ASSERT_EQ(OK, p->writeStrongBinderVector(std::optional<std::vector<sp<IBinder>>>({… in __anon2cedc6ac5c02()136 [](Parcel* p) { ASSERT_EQ(OK, p->writeStrongBinderVector(std::vector<sp<IBinder>>({}))); }, in __anon2cedc6ac5d02()137 … [](Parcel* p) { ASSERT_EQ(OK, p->writeStrongBinderVector(std::vector<sp<IBinder>>({nullptr}))); }, in __anon2cedc6ac5e02()
395 data.writeStrongBinderVector({m_server, nullptr}); in TEST_F()396 data.writeStrongBinderVector(nullopt); in TEST_F()
253 writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val);255 writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val)257 LIBBINDER_EXPORTED status_t writeStrongBinderVector(const std::vector<sp<IBinder>>& val);267 status_t writeStrongBinderVector(const std::vector<sp<T>>& val) { in writeStrongBinderVector() function272 status_t writeStrongBinderVector(const std::optional<std::vector<sp<T>>>& val) { in writeStrongBinderVector() function
1308 status_t Parcel::writeStrongBinderVector(const std::vector<sp<IBinder>>& val) { return writeData(va… in writeStrongBinderVector() function in android::Parcel1309 status_t Parcel::writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val) { retu… in writeStrongBinderVector() function in android::Parcel1310 status_t Parcel::writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) { re… in writeStrongBinderVector() function in android::Parcel