Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp43 static jclass gDecodeException_class; variable
95 jthrowable exception = (jthrowable) env->NewObject(gDecodeException_class, in throw_exception()
515gDecodeException_class = MakeGlobalRefOrDie(env, FindClassOrDie(env, "android/graphics/ImageDecode… in register_android_graphics_ImageDecoder()
516 …gDecodeException_constructorMethodID = GetMethodIDOrDie(env, gDecodeException_class, "<init>", "(I… in register_android_graphics_ImageDecoder()