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

/frameworks/native/libs/binder/
H A DParcel.cpp1042 // as readString8 will only read if the length field is non-zero.
2031 String8 Parcel::readString8() const function in class:Parcel
2034 status_t status = readString8(&retString);
2042 status_t Parcel::readString8(String8* pArg) const function in class:Parcel

Completed in 53 milliseconds