Searched refs:ErrorHandlerFunc_t (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.h46 typedef void (*ErrorHandlerFunc_t)(uint32_t errorNum, const char *errorText); typedef in class:android::renderscriptCpp::RenderScript
50 void setErrorHandler(ErrorHandlerFunc_t func);
51 ErrorHandlerFunc_t getErrorHandler() {return mErrorFunc;}
71 ErrorHandlerFunc_t mErrorFunc;
H A DRenderScript.cpp153 void RenderScript::setErrorHandler(ErrorHandlerFunc_t func) {

Completed in 55 milliseconds