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

/frameworks/native/libs/binder/
H A DParcel.cpp630 const String16 str(readString16());
1800 return readNullableTypedVector(val, &Parcel::readString16);
1804 return readTypedVector(val, &Parcel::readString16);
2066 String16 Parcel::readString16() const function in class:Parcel
2075 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const function in class:Parcel
2089 status = readString16(pArg->get());
2098 status_t Parcel::readString16(String16* pArg) const function in class:Parcel

Completed in 482 milliseconds