Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStrongBinder);
225 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStrongBinder); in init_stub_library()
H A Dstubs_arm64.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStrongBinder);
225 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStrongBinder); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt50 AParcel_readStrongBinder;
H A Dparcel.cpp237 binder_status_t AParcel_readStrongBinder(const AParcel* parcel, AIBinder** binder) { in AParcel_readStrongBinder() function
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DIDeprecated.cpp57 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
H A DINamedCallback.cpp106 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
H A DINewName.cpp106 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
H A DIOldName.cpp106 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
H A DITestService.cpp3196 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h418 binder_status_t AParcel_readStrongBinder(const AParcel* parcel, AIBinder** binder)
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_parcel_utils.h170 binder_status_t status = AParcel_readStrongBinder(parcel, &readBinder); in AParcel_readNullableStrongBinder()
195 binder_status_t ret = AParcel_readStrongBinder(parcel, &readBinder); in AParcel_readRequiredStrongBinder()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dparcel.rs295 sys::AParcel_readStrongBinder(self.as_native(), &mut binder) in read_binder()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp433 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp433 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()