Searched refs:emitError (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | ConversionHelperHidl.h | 59 emitError(funcName, ret.description().c_str()); in processReturn() 66 emitError(funcName, ret.description().c_str()); in processReturn() 75 emitError(funcName, ret.description().c_str()); in processReturn() 85 void emitError(const char* funcName, const char* description);
|
H A D | ConversionHelperHidl.cpp | 128 void ConversionHelperHidl::emitError(const char* funcName, const char* description) { in emitError() function in android::CPP_VERSION::ConversionHelperHidl
|
/aosp12/system/libhidl/transport/include/hidl/ |
H A D | HidlTransportSupport.h | 134 Return<sp<IChild>> castInterface(sp<IParent> parent, const char* childIndicator, bool emitError) { in castInterface() argument 139 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface() 142 return emitError in castInterface()
|
H A D | HidlTransportUtils.h | 32 const char* castTo, bool emitError = false);
|
/aosp12/system/libhidl/transport/ |
H A D | HidlTransportUtils.cpp | 27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { in canCastInterface() argument 50 return emitError in canCastInterface()
|