Searched defs:readVector (Results 1 – 4 of 4) sorted by relevance
45 void readVector(android::Parcel &p, V<T, Args...> *v) { in readVector() function
237 std::vector<std::shared_ptr<FontFamily>> FontFamily::readVector(BufferReader* reader) { in readVector() function in minikin::FontFamily
259 std::vector<std::shared_ptr<FontCollection>> FontCollection::readVector(BufferReader* reader) { in readVector() function in minikin::FontCollection
38 static status_t readVector(const Parcel& reply, Vector<uint8_t>& vector) { in readVector() function