Home
last modified time | relevance | path

Searched refs:AIBinder_Weak_promote (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/binder/ndk/tests/
Diface.cpp126 binder = AIBinder_Weak_promote(mWeakBinder); in addService()
170 AIBinder* held = AIBinder_Weak_promote(ret->mWeakBinder); in getService()
Dlibbinder_ndk_unit_test.cpp299 ASSERT_NE(nullptr, AIBinder_Weak_promote(wBinder)); in TEST()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_Weak_promote);
139 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_Weak_promote); in init_stub_library()
Dstubs_arm.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_Weak_promote);
139 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_Weak_promote); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt28 AIBinder_Weak_promote;
Dibinder.cpp281 AIBinder* AIBinder_Weak_promote(AIBinder_Weak* weakBinder) { in AIBinder_Weak_promote() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h537 __attribute__((warn_unused_result)) AIBinder* AIBinder_Weak_promote(AIBinder_Weak* weakBinder)
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h297 SpAIBinder promote() { return SpAIBinder(AIBinder_Weak_promote(get())); } in promote()
Dbinder_interface_utils.h288 binder.set(AIBinder_Weak_promote(mWeakBinder.get())); in asBinder()