Searched refs:readUtf8FromUtf16 (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp112 data.readUtf8FromUtf16(&requestorName);
/frameworks/native/include/binder/
H A DParcel.h244 status_t readUtf8FromUtf16(std::string* str) const;
245 status_t readUtf8FromUtf16(std::unique_ptr<std::string>* str) const;
/frameworks/native/libs/binder/
H A DParcel.cpp1621 return readNullableTypedVector(val, &Parcel::readUtf8FromUtf16);
1625 return readTypedVector(val, &Parcel::readUtf8FromUtf16);
1785 status_t Parcel::readUtf8FromUtf16(std::string* str) const { function in class:android::Parcel
1811 status_t Parcel::readUtf8FromUtf16(std::unique_ptr<std::string>* str) const { function in class:android::Parcel
1823 return readUtf8FromUtf16(str->get());

Completed in 170 milliseconds