Searched refs:kSourceException (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | ImageDecoder.cpp | 63 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() 157 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd() 334 int onPartialImageError = jexception ? kSourceException in ImageDecoder_nDecodeBitmap()
|