Home
last modified time | relevance | path

Searched refs:binderIface (Results 1 – 1 of 1) sorted by relevance

/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h200 sp<IType> fromBinder(const sp<IBinder>& binderIface) { in fromBinder() argument
204 if (binderIface.get() == nullptr) { in fromBinder()
207 if (binderIface->localBinder() == nullptr) { in fromBinder()
208 return new ProxyType(binderIface); in fromBinder()
210 sp<IBase> base = static_cast<BnHwBase*>(binderIface.get())->getImpl(); in fromBinder()
212 StubType* stub = static_cast<StubType*>(binderIface.get()); in fromBinder()