Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStrongBinder);
189 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStrongBinder); in init_stub_library()
Dstubs_arm.cc80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStrongBinder);
189 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStrongBinder); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt50 AParcel_readStrongBinder;
Dparcel.cpp233 binder_status_t AParcel_readStrongBinder(const AParcel* parcel, AIBinder** binder) { in AParcel_readStrongBinder() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_parcel.h419 binder_status_t AParcel_readStrongBinder(const AParcel* parcel, AIBinder** binder)
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h169 binder_status_t status = AParcel_readStrongBinder(parcel, &readBinder); in AParcel_readNullableStrongBinder()
193 binder_status_t ret = AParcel_readStrongBinder(parcel, &readBinder); in AParcel_readRequiredStrongBinder()