Home
last modified time | relevance | path

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

/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h126 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface() local
127 if (!canCastRet.isOk()) { in castInterface()
130 ? details::StatusOf<bool, sp<IChild>>(canCastRet) in castInterface()
134 if (!canCastRet) { in castInterface()
/system/libhidl/transport/
DServiceManagement.cpp789 Return<bool> canCastRet = in getRawServiceInternal() local
792 if (canCastRet.isOk() && canCastRet) { in getRawServiceInternal()
799 if (!handleCastError(canCastRet, descriptor, instance)) break; in getRawServiceInternal()