Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp63 kSourceException = 1, enumerator
117 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
135 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
154 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd()
337 int onPartialImageError = jexception ? kSourceException in ImageDecoder_nDecodeBitmap()