Searched refs:canCastRet (Results 1 – 2 of 2) sorted by relevance
126 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface() local127 if (!canCastRet.isOk()) { in castInterface()130 ? details::StatusOf<bool, sp<IChild>>(canCastRet) in castInterface()134 if (!canCastRet) { in castInterface()
789 Return<bool> canCastRet = in getRawServiceInternal() local792 if (canCastRet.isOk() && canCastRet) { in getRawServiceInternal()799 if (!handleCastError(canCastRet, descriptor, instance)) break; in getRawServiceInternal()