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

/system/libhidl/transport/include/hidl/
H A DHidlTransportUtils.h28 * @param emitError if emitError is false, return Return<bool>{false} on error; if emitError
32 const char* castTo, bool emitError = false);
H A DHidlTransportSupport.h81 // 3. !emitError, calling into parent fails.
83 // 1. emitError, calling into parent fails.
85 Return<sp<IChild>> castInterface(sp<IParent> parent, const char* childIndicator, bool emitError) { argument
90 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError);
92 // call fails, propagate the error if emitError
93 return emitError
/system/libhidl/transport/
H A DHidlTransportUtils.cpp27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { argument
49 // call fails, propagate the error if emitError
50 return emitError

Completed in 60 milliseconds