Home | History | Annotate | Download | only in cpp

Lines Matching refs:ErrorHandlerFunc_t

40 typedef void (*ErrorHandlerFunc_t)(uint32_t errorNum, const char *errorText);
383 void setErrorHandler(ErrorHandlerFunc_t func);
390 ErrorHandlerFunc_t getErrorHandler() { return mErrorFunc; }
441 ErrorHandlerFunc_t mErrorFunc;