Searched refs:AIBinder_new (Results 1 – 5 of 5) sorted by relevance
20 AIBinder_new;
78 friend AIBinder* AIBinder_new(const AIBinder_Class*, void*);
344 AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args) { in AIBinder_new() function
228 __attribute__((warn_unused_result)) AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args)
130 binder = AIBinder_new(IFoo::kClass, static_cast<void*>(new IFoo_Class_Data{this})); in addService()