Searched refs:bbs_Context_pushError (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Basic.h | 132 …#define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR… 133 …#define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_… 134 …#define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bb… 135 …#define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_creat… 136 …#define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_… 137 …#define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_E… 139 …#define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, … 140 …#define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( err… 141 …#define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create… 142 …#define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_c… [all …]
|
D | Context.c | 188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA ) in bbs_Context_pushError() function 259 bbs_Context_pushError( cpA, bbs_Error_create( errorL, 0, NULL, NULL ) ); in bbs_Context_doCallback()
|
D | Context.h | 149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 153 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_assignImage() 161 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_assignImage() 202 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_assignImageROI() 209 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_assignImageROI() 216 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_assignImageROI() 223 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_assignImageROI() 275 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_getNode() 326 bbs_Context_pushError( &hsdkL->contextE, in btk_DCR_getRect()
|
D | SDK.c | 179 bbs_Context_pushError( &hsdkA->contextE, in btk_SDK_close() 267 bbs_Context_pushError( &hsdkA->contextE, in btk_SDK_paramConsistencyTest() 277 bbs_Context_pushError( &hsdkA->contextE, in btk_SDK_paramConsistencyTest() 294 bbs_Context_pushError( &hsdkA->contextE, in btk_SDK_paramConsistencyTest()
|
D | FaceFinder.c | 102 bbs_Context_pushError( &hsdkA->contextE, in btk_FaceFinder_create() 180 bbs_Context_pushError( &hsdkL->contextE, in btk_FaceFinder_putDCR() 257 bbs_Context_pushError( &hsdkL->contextE, in btk_FaceFinder_process()
|