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

/frameworks/native/include/binder/
H A DParcel.h124 status_t writeUtf8AsUtf16(const std::string& str);
125 status_t writeUtf8AsUtf16(const std::unique_ptr<std::string>& str);
/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 54 milliseconds