Searched refs:AIBinder_decStrong (Results 1 – 13 of 13) sorted by relevance
84 virtual ~BpFoo() { AIBinder_decStrong(mBinder); } in ~BpFoo()155 AIBinder_decStrong(binder); in addService()169 AIBinder_decStrong(binder); in getService()191 AIBinder_decStrong(held); in getService()193 AIBinder_decStrong(binder); in getService()
258 AIBinder_decStrong(binder); in isServiceRunning()288 AIBinder_decStrong(binder); in TEST()579 AIBinder_decStrong(binder); in TEST()625 AIBinder_decStrong(binder); in TEST()656 AIBinder_decStrong(binder); in TEST()760 AIBinder_decStrong(binder); in TEST()784 AIBinder_decStrong(binder); in TEST()797 AIBinder_decStrong(binder); in TEST()812 AIBinder_decStrong(binder); in TEST()851 AIBinder_decStrong(binderA); in TEST()[all …]
63 AIBinder_decStrong(aib); in ARpcServerTrusty_newPerSession()
430 void AIBinder_decStrong(AIBinder* binder) __INTRODUCED_IN(29);
41 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_decStrong);230 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_decStrong); in init_stub_library()
9 AIBinder_decStrong;
650 void AIBinder_decStrong(AIBinder* binder) { in AIBinder_decStrong() function
401 sys::AIBinder_decStrong(self.ibinder); in drop()
223 sys::AIBinder_decStrong(self.as_native_mut()); in drop()
92 if (old != nullptr) AIBinder_decStrong(old); in set()
2321 std::unique_ptr<AIBinder, decltype(&AIBinder_decStrong)> aiBinder(AIBinder_fromPlatformBinder( in convertAudioMixFromNative()2323 &AIBinder_decStrong); in convertAudioMixFromNative()2360 std::unique_ptr<AIBinder, decltype(&AIBinder_decStrong)> in convertAudioMixToNative()2361 aiBinder(AIBinder_fromJavaBinder(env, jToken), &AIBinder_decStrong); in convertAudioMixToNative()