Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp765 status_t Parcel::writeUtf8AsUtf16(const std::string& str) { in writeUtf8AsUtf16() function in android::Parcel
789 status_t Parcel::writeUtf8AsUtf16(const std::unique_ptr<std::string>& str) { in writeUtf8AsUtf16() function in android::Parcel
793 return writeUtf8AsUtf16(*str); in writeUtf8AsUtf16()
926 return writeNullableTypedVector(val, &Parcel::writeUtf8AsUtf16); in writeUtf8VectorAsUtf16Vector()
930 return writeTypedVector(val, &Parcel::writeUtf8AsUtf16); in writeUtf8VectorAsUtf16Vector()
/frameworks/native/libs/binder/include/binder/
DParcel.h131 status_t writeUtf8AsUtf16(const std::string& str);
132 status_t writeUtf8AsUtf16(const std::unique_ptr<std::string>& str);