Home
last modified time | relevance | path

Searched refs:AIBinder_new (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_new);
190 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_new); in init_stub_library()
H A Dstubs_arm64.cc57 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 Dlibbinder_ndk.map.txt20 AIBinder_new;
H A Dibinder_internal.h84 friend AIBinder* AIBinder_new(const AIBinder_Class*, void*);
H A Dibinder.cpp442 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 DIDeprecated.cpp31 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
H A DINamedCallback.cpp80 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
H A DINewName.cpp80 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
H A DIOldName.cpp80 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
H A DITestService.cpp3167 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderStabilityTest.cpp313 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 Dbinder_ibinder.h245 __attribute__((warn_unused_result)) AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args)
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Diface.cpp130 binder = AIBinder_new(IFoo::kClass, static_cast<void*>(new IFoo_Class_Data{this})); in getBinder()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs73 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 DILoggableInterface.cpp407 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 DILoggableInterface.cpp407 AIBinder* binder = AIBinder_new(_g_aidl_clazz, static_cast<void*>(this)); in createBinder()