Searched refs:AIBinder_debugGetRefCount (Results 1 – 7 of 7) sorted by relevance
442 int32_t AIBinder_debugGetRefCount(AIBinder* binder) __INTRODUCED_IN(29);
40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_debugGetRefCount);229 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_debugGetRefCount); in init_stub_library()
8 AIBinder_debugGetRefCount;
658 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount() function
868 EXPECT_EQ(1, AIBinder_debugGetRefCount(binder)); in TEST()