Searched refs:AIBinder_debugGetRefCount (Results 1 – 6 of 6) sorted by relevance
32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_debugGetRefCount);141 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_debugGetRefCount); in init_stub_library()
8 AIBinder_debugGetRefCount;
509 int32_t AIBinder_debugGetRefCount(AIBinder* binder) { in AIBinder_debugGetRefCount() function
400 int32_t AIBinder_debugGetRefCount(AIBinder* binder) __INTRODUCED_IN(29);
294 EXPECT_EQ(1, AIBinder_debugGetRefCount(binder)); in TEST()