Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp89 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local
90 if (jexception) { in get_and_clear_exception()
93 return jexception; in get_and_clear_exception()
128 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
129 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
146 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
147 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
358 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local
359 int onPartialImageError = jexception ? kSourceException : 0; // No error. in ImageDecoder_nDecodeBitmap()
369 jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap()
[all …]