Searched refs:bbs_Context_pushError (Results 1 - 6 of 6) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
133 #define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
134 #define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
135 #define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
136 #define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
137 #define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
141 #define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
142 #define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cp
[all...]
H A DContext.h149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
H A DContext.c188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA ) function
259 bbs_Context_pushError( cpA, bbs_Error_create( errorL, 0, NULL, NULL ) );
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.c153 bbs_Context_pushError( &hsdkL->contextE,
161 bbs_Context_pushError( &hsdkL->contextE,
202 bbs_Context_pushError( &hsdkL->contextE,
209 bbs_Context_pushError( &hsdkL->contextE,
216 bbs_Context_pushError( &hsdkL->contextE,
223 bbs_Context_pushError( &hsdkL->contextE,
275 bbs_Context_pushError( &hsdkL->contextE,
326 bbs_Context_pushError( &hsdkL->contextE,
H A DSDK.c179 bbs_Context_pushError( &hsdkA->contextE,
267 bbs_Context_pushError( &hsdkA->contextE,
277 bbs_Context_pushError( &hsdkA->contextE,
294 bbs_Context_pushError( &hsdkA->contextE,
H A DFaceFinder.c102 bbs_Context_pushError( &hsdkA->contextE,
180 bbs_Context_pushError( &hsdkL->contextE,
257 bbs_Context_pushError( &hsdkL->contextE,

Completed in 96 milliseconds