Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A 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
146 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
358 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local
369 jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap()
375 jexception = nullptr; in ImageDecoder_nDecodeBitmap()
379 if (!jexception) { in ImageDecoder_nDecodeBitmap()
384 if (!jexception) { in ImageDecoder_nDecodeBitmap()
[all …]