Searched refs:ifacePtr (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h311 IType *ifacePtr = iface.get(); local
312 if (ifacePtr == nullptr) {
315 if (ifacePtr->isRemote()) {
317 static_cast<BpInterface<IType>*>(ifacePtr));
319 std::string myDescriptor = details::getDescriptor(ifacePtr);
328 wp<BHwBinder> wBnObj = details::gBnMap.getLocked(ifacePtr, nullptr);
337 sBnObj = sp<IBinder>(func(static_cast<void*>(ifacePtr)));
340 details::gBnMap.setLocked(ifacePtr, static_cast<BHwBinder*>(sBnObj.get()));

Completed in 33 milliseconds