Searched refs:AIBinder_new (Results 1 – 16 of 16) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/ |
H A D | stubs_arm.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_new); 190 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_new); in init_stub_library()
|
H A D | stubs_arm64.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_new); 190 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_new); in init_stub_library()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | libbinder_ndk.map.txt | 20 AIBinder_new;
|
H A D | ibinder_internal.h | 84 friend AIBinder* AIBinder_new(const AIBinder_Class*, void*);
|
H A D | ibinder.cpp | 442 AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args) { in AIBinder_new() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | IDeprecated.cpp | 31 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|
H A D | INamedCallback.cpp | 80 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|
H A D | INewName.cpp | 80 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|
H A D | IOldName.cpp | 80 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|
H A D | ITestService.cpp | 3167 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderStabilityTest.cpp | 313 SpAIBinder comp = SpAIBinder(AIBinder_new(kNdkBadStableBinder, nullptr /*args*/)); in TEST() 318 SpAIBinder vendor = SpAIBinder(AIBinder_new(kNdkBadStableBinder, nullptr /*args*/)); in TEST()
|
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/ |
H A D | binder_ibinder.h | 245 __attribute__((warn_unused_result)) AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args)
|
/aosp12/frameworks/native/libs/binder/ndk/tests/ |
H A D | iface.cpp | 130 binder = AIBinder_new(IFoo::kClass, static_cast<void*>(new IFoo_Class_Data{this})); in getBinder()
|
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | native.rs | 73 sys::AIBinder_new(class.into(), rust_object as *mut c_void) in new_with_stability()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 407 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ |
H A D | ILoggableInterface.cpp | 407 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
|