Home
last modified time | relevance | path

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

/system/libhidl/transport/include/hidl/
DHidlPassthroughSupport.h35 sp<::android::hidl::base::V1_0::IBase> wrapPassthroughInternal(
45 return static_cast<IType*>(wrapPassthroughInternal(iface).get()); in wrapPassthrough()
/system/libhidl/transport/
DHidlPassthroughSupport.cpp39 sp<IBase> wrapPassthroughInternal(sp<IBase> iface) { in wrapPassthroughInternal() function