Searched refs:AIBinder_associateClass (Results 1 – 4 of 4) sorted by relevance
3 AIBinder_associateClass;
462 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) { in AIBinder_associateClass() function
381 bool AIBinder_associateClass(AIBinder* binder, const AIBinder_Class* clazz) __INTRODUCED_IN(29);
149 if (!AIBinder_associateClass(binder, IFoo::kClass)) { in getService()