Searched refs:AIBinder_decStrong (Results 1 – 6 of 6) sorted by relevance
48 AIBinder_decStrong(binder); in TEST()90 AIBinder_decStrong(binder); in TEST()107 AIBinder_decStrong(binder); in TEST()128 AIBinder_decStrong(binder); in TEST()166 AIBinder_decStrong(binderA); in TEST()167 AIBinder_decStrong(binderB); in TEST()182 AIBinder_decStrong(binder); in TEST()
78 virtual ~BpFoo() { AIBinder_decStrong(mBinder); } in ~BpFoo()139 AIBinder_decStrong(binder); in addService()150 AIBinder_decStrong(binder); in getService()172 AIBinder_decStrong(held); in getService()174 AIBinder_decStrong(binder); in getService()
9 AIBinder_decStrong;
445 void AIBinder_decStrong(AIBinder* binder) { in AIBinder_decStrong() function
355 void AIBinder_decStrong(AIBinder* binder) __INTRODUCED_IN(29);
81 if (old != nullptr) AIBinder_decStrong(old); in set()