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

/frameworks/native/libs/binder/
H A DParcel.cpp783 status_t Parcel::writeUtf8AsUtf16(const std::string& str) { function in class:android::Parcel
807 status_t Parcel::writeUtf8AsUtf16(const std::unique_ptr<std::string>& str) { function in class:android::Parcel
811 return writeUtf8AsUtf16(*str);
944 return writeNullableTypedVector(val, &Parcel::writeUtf8AsUtf16);
948 return writeTypedVector(val, &Parcel::writeUtf8AsUtf16);

Completed in 58 milliseconds