Searched refs:emitError (Results 1 – 3 of 3) sorted by relevance
27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { in canCastInterface() argument50 return emitError in canCastInterface()
134 Return<sp<IChild>> castInterface(sp<IParent> parent, const char* childIndicator, bool emitError) { in castInterface() argument139 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface()142 return emitError in castInterface()
32 const char* castTo, bool emitError = false);