Home
last modified time | relevance | path

Searched refs:AParcel_readString (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readString);
187 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readString); in init_stub_library()
Dstubs_arm.cc78 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readString);
187 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readString); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt48 AParcel_readString;
Dparcel.cpp325 binder_status_t AParcel_readString(const AParcel* parcel, void* stringData, in AParcel_readString() function
420 binder_status_t status = AParcel_readString(parcel, static_cast<void*>(&adapter), in AParcel_readStringArray()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h354 static inline binder_status_t AParcel_readString(const AParcel* parcel, std::string* str) { in AParcel_readString() function
356 return AParcel_readString(parcel, stringData, AParcel_stdStringAllocator); in AParcel_readString()
374 static inline binder_status_t AParcel_readString(const AParcel* parcel, in AParcel_readString() function
377 return AParcel_readString(parcel, stringData, AParcel_nullableStdStringAllocator); in AParcel_readString()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h520 binder_status_t AParcel_readString(const AParcel* parcel, void* stringData,