Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc118 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeStrongBinder);
251 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeStrongBinder); in init_stub_library()
H A Dstubs_arm64.cc118 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeStrongBinder);
251 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeStrongBinder); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt75 AParcel_writeStrongBinder;
H A Dparcel.cpp233 binder_status_t AParcel_writeStrongBinder(AParcel* parcel, AIBinder* binder) { in AParcel_writeStrongBinder() function
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DIDeprecated.cpp53 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()
H A DINamedCallback.cpp102 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()
H A DINewName.cpp102 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()
H A DIOldName.cpp102 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()
H A DITestService.cpp3192 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_parcel.h405 binder_status_t AParcel_writeStrongBinder(AParcel* parcel, AIBinder* binder) __INTRODUCED_IN(29);
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_parcel_utils.h161 return AParcel_writeStrongBinder(parcel, binder.get()); in AParcel_writeNullableStrongBinder()
186 return AParcel_writeStrongBinder(parcel, binder.get()); in AParcel_writeRequiredStrongBinder()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dparcel.rs281 status_result(sys::AParcel_writeStrongBinder( in write_binder()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp429 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp429 return AParcel_writeStrongBinder(parcel, instance ? instance->asBinder().get() : nullptr); in writeToParcel()