Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DImageDecoder.cpp54 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local
55 if (jexception) { in get_and_clear_exception()
58 return jexception; in get_and_clear_exception()
89 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
90 return throw_exception(env, ImageDecoder::kSourceException, "", jexception, source); in native_create()
107 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
108 return throw_exception(env, ImageDecoder::kSourceException, "", jexception, source); in native_create()
307 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local
308 int onPartialImageError = jexception ? ImageDecoder::kSourceException in ImageDecoder_nDecodeBitmap()
313 jexception = nullptr; in ImageDecoder_nDecodeBitmap()
[all …]