Home
last modified time | relevance | path

Searched refs:mCurrentError (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DRenderScript.cpp43 mCurrentError = RS_SUCCESS; in RS()
191 if (mCurrentError == RS_SUCCESS) { in throwError()
192 mCurrentError = error; in throwError()
200 return mCurrentError; in getError()
H A DrsCppStructs.h439 RSError mCurrentError; variable