Home
last modified time | relevance | path

Searched defs:readString16 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParserCacheHelper.java94 public String readString16(Parcel p) { in readString16() method in PackageParserCacheHelper.ReadHelper
/aosp12/system/libhwbinder/
H A DParcel.cpp1129 String16 Parcel::readString16() const in readString16() function in android::hardware::Parcel
1138 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const in readString16() function in android::hardware::Parcel
1161 status_t Parcel::readString16(String16* pArg) const in readString16() function in android::hardware::Parcel
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp908 status_t Parcel::readString16(std::optional<String16>* pArg) const { return readData(pArg); } in readString16() function in android::Parcel
909 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const { return readData(pArg); } in readString16() function in android::Parcel
1746 String16 Parcel::readString16() const in readString16() function in android::Parcel
1756 status_t Parcel::readString16(String16* pArg) const in readString16() function in android::Parcel
/aosp12/frameworks/base/core/java/android/os/
H A DParcel.java436 public String readString16(Parcel p) { in readString16() method in Parcel.ReadWriteHelper
2489 public final @Nullable String readString16() { in readString16() method in Parcel