Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp77 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local
78 if (jexception) { in get_and_clear_exception()
81 return jexception; in get_and_clear_exception()
116 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
117 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
134 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
135 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
333 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local
334 int onPartialImageError = jexception ? kSourceException in ImageDecoder_nDecodeBitmap()
339 jexception = nullptr; in ImageDecoder_nDecodeBitmap()
[all …]