Searched refs:binderIface (Results 1 – 1 of 1) sorted by relevance
328 sp<IType> fromBinder(const sp<IBinder>& binderIface) { in fromBinder() argument332 if (binderIface.get() == nullptr) { in fromBinder()335 if (binderIface->localBinder() == nullptr) { in fromBinder()336 return new ProxyType(binderIface); in fromBinder()338 sp<IBase> base = static_cast<BnHwBase*>(binderIface.get())->getImpl(); in fromBinder()340 StubType* stub = static_cast<StubType*>(binderIface.get()); in fromBinder()