Searched refs:AIBinder_getUserData (Results 1 – 5 of 5) sorted by relevance
49 sp<IFoo> foo = static_cast<IFoo_Class_Data*>(AIBinder_getUserData(binder))->foo; in IFoo_Class_onTransact()164 IFoo_Class_Data* data = static_cast<IFoo_Class_Data*>(AIBinder_getUserData(binder)); in getService()
15 AIBinder_getUserData;
478 void* AIBinder_getUserData(AIBinder* binder) { in AIBinder_getUserData() function
402 void* AIBinder_getUserData(AIBinder* binder) __INTRODUCED_IN(29);
215 void* userData = AIBinder_getUserData(binder); in getInterface()