Home
last modified time | relevance | path

Searched refs:AIBinder_debugGetRefCount (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libbinder_ndk/
H A Dstubs_arm.cc37 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_debugGetRefCount);
170 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_debugGetRefCount); in init_stub_library()
H A Dstubs_arm64.cc37 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_debugGetRefCount);
170 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_debugGetRefCount); in init_stub_library()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dlibbinder_ndk.map.txt8 AIBinder_debugGetRefCount;
H A Dibinder.cpp550 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount() function
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_ibinder.h404 int32_t AIBinder_debugGetRefCount(AIBinder* binder) __INTRODUCED_IN(29);
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp494 EXPECT_EQ(1, AIBinder_debugGetRefCount(binder)); in TEST()