Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h237 void setError(RsError e, const char *msg = NULL) const;
267 mutable RsError mError;
DrsDefines.h295 enum RsError { enum
DrsContext.cpp793 void Context::setError(RsError e, const char *msg) const { in setError()