Searched refs:writeUtf8AsUtf16 (Results 1 - 5 of 5) sorted by path

/frameworks/native/include/binder/
H A DParcel.h131 status_t writeUtf8AsUtf16(const std::string& str);
132 status_t writeUtf8AsUtf16(const std::unique_ptr<std::string>& str);
/frameworks/native/libs/binder/
H A DParcel.cpp766 status_t Parcel::writeUtf8AsUtf16(const std::string& str) { function in class:android::Parcel
790 status_t Parcel::writeUtf8AsUtf16(const std::unique_ptr<std::string>& str) { function in class:android::Parcel
794 return writeUtf8AsUtf16(*str);
927 return writeNullableTypedVector(val, &Parcel::writeUtf8AsUtf16);
931 return writeTypedVector(val, &Parcel::writeUtf8AsUtf16);
/frameworks/native/libs/binder/include/binder/
H A DParcel.h131 status_t writeUtf8AsUtf16(const std::string& str);
132 status_t writeUtf8AsUtf16(const std::unique_ptr<std::string>& str);
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanChannelInfo.cpp56 RETURN_IF_FAILED(parcel->writeUtf8AsUtf16(mName));
H A DLowpanIdentity.cpp133 RETURN_IF_FAILED(parcel->writeUtf8AsUtf16(mType));

Completed in 130 milliseconds