Searched defs:readString16 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp629 const String16 str(readString16());
1718 return readNullableTypedVector(val, &Parcel::readString16);
1722 return readTypedVector(val, &Parcel::readString16);
1984 String16 Parcel::readString16() const function in class:Parcel
1993 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const function in class:Parcel
2007 status = readString16(pArg->get());
2016 status_t Parcel::readString16(String16* pArg) const function in class:Parcel

Completed in 97 milliseconds