Searched refs:binderIface (Results 1 – 1 of 1) sorted by relevance
200 sp<IType> fromBinder(const sp<IBinder>& binderIface) { in fromBinder() argument204 if (binderIface.get() == nullptr) { in fromBinder()208 if (binderIface->localBinder() == nullptr) { in fromBinder()209 return new ProxyType(binderIface); in fromBinder()213 if (!binderIface->checkSubclass(IBase::descriptor)) { in fromBinder()214 return new ProxyType(binderIface); in fromBinder()216 sp<IBase> base = static_cast<BnHwBase*>(binderIface.get())->getImpl(); in fromBinder()