Searched refs:AParcel_readStrongBinder (Results 1 – 14 of 14) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readStrongBinder); 225 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readStrongBinder); in init_stub_library()
|
H A D | stubs_arm64.cc | 92 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 D | libbinder_ndk.map.txt | 50 AParcel_readStrongBinder;
|
H A D | parcel.cpp | 237 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 D | IDeprecated.cpp | 57 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
|
H A D | INamedCallback.cpp | 106 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
|
H A D | INewName.cpp | 106 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
|
H A D | IOldName.cpp | 106 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
|
H A D | ITestService.cpp | 3196 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_parcel.h | 418 binder_status_t AParcel_readStrongBinder(const AParcel* parcel, AIBinder** binder)
|
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | binder_parcel_utils.h | 170 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 D | parcel.rs | 295 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 D | ILoggableInterface.cpp | 433 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 D | ILoggableInterface.cpp | 433 binder_status_t status = AParcel_readStrongBinder(parcel, binder.getR()); in readFromParcel()
|