Home
last modified time | relevance | path

Searched refs:errorHandlerE (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DContext.c62 cpA->errorHandlerE = NULL; in bbs_Context_init()
95 cpA->errorHandlerE = NULL; in bbs_Context_exit()
197 if( cpA->errorHandlerE != NULL ) in bbs_Context_pushError()
199 cpA->errorHandlerE( cpA ); in bbs_Context_pushError()
245 bbs_errorFPtr oldErrorHandlerL = cpA->errorHandlerE; in bbs_Context_setErrorHandler()
246 cpA->errorHandlerE = errorHandlerA; in bbs_Context_setErrorHandler()
DContext.h106 bbs_errorFPtr errorHandlerE; member
/external/neven/FaceRecEm/common/src/b_FDSDK/
DSDK.c153 hsdkL->contextE.errorHandlerE = btk_error; in btk_SDK_create()