Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h234 void setError(RsError e, const char *msg = nullptr) const;
315 mutable RsError mError;
DrsDefines.h213 enum RsError { enum
DrsContext.cpp721 void Context::setError(RsError e, const char *msg) const { in setError()