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

/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h312 IType *ifacePtr = iface.get(); local
313 if (ifacePtr == nullptr) {
316 if (ifacePtr->isRemote()) {
318 static_cast<BpInterface<IType>*>(ifacePtr));
320 std::string myDescriptor = details::getDescriptor(ifacePtr);
329 wp<BHwBinder> wBnObj = details::gBnMap.getLocked(ifacePtr, nullptr);
341 sBnObj = sp<IBinder>(func(static_cast<void*>(ifacePtr)));
344 details::gBnMap.setLocked(ifacePtr, static_cast<BHwBinder*>(sBnObj.get()));

Completed in 26 milliseconds