Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm.cc99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeString);
204 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeString); in init_stub_library()
Dstubs_arm64.cc99 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeString);
204 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeString); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt73 AParcel_writeString;
Dparcel.cpp286 binder_status_t AParcel_writeString(AParcel* parcel, const char* string, int32_t length) { in AParcel_writeString() function
377 binder_status_t status = AParcel_writeString(parcel, str, elementLength); in AParcel_writeStringArray()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel_utils.h347 static inline binder_status_t AParcel_writeString(AParcel* parcel, const std::string& str) { in AParcel_writeString() function
348 return AParcel_writeString(parcel, str.c_str(), str.size()); in AParcel_writeString()
362 static inline binder_status_t AParcel_writeString(AParcel* parcel, in AParcel_writeString() function
365 return AParcel_writeString(parcel, nullptr, -1); in AParcel_writeString()
368 return AParcel_writeString(parcel, str->c_str(), str->size()); in AParcel_writeString()
Dbinder_parcel.h500 binder_status_t AParcel_writeString(AParcel* parcel, const char* string, int32_t length)