Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp76 static jthrowable get_and_clear_exception(JNIEnv* env) { in get_and_clear_exception() function
116 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create()
134 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create()
336 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap()