OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorHandlerFunc_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
277
void RS::setErrorHandler(
ErrorHandlerFunc_t
func) {
rsCppStructs.h
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;
[
all
...]
Completed in 56 milliseconds