Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp75 kSourceException = 1, enumerator
129 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
147 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
166 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd()
359 int onPartialImageError = jexception ? kSourceException : 0; // No error. in ImageDecoder_nDecodeBitmap()