Searched refs:writeStrongBinderVector (Results 1 – 4 of 4) sorted by relevance
393 data.writeStrongBinderVector({m_server, nullptr}); in TEST_F()394 data.writeStrongBinderVector(nullopt); in TEST_F()
203 status_t writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val);204 …status_t writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) …205 status_t writeStrongBinderVector(const std::vector<sp<IBinder>>& val);
899 status_t Parcel::writeStrongBinderVector(const std::vector<sp<IBinder>>& val) { return writeData(va… in writeStrongBinderVector() function in android::Parcel900 status_t Parcel::writeStrongBinderVector(const std::optional<std::vector<sp<IBinder>>>& val) { retu… in writeStrongBinderVector() function in android::Parcel901 status_t Parcel::writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) { re… in writeStrongBinderVector() function in android::Parcel