Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp85 static jobject throw_exception(JNIEnv* env, Error error, const char* msg, in throw_exception() function
107 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in native_create()
117 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
122 return throw_exception(env, kSourceIncomplete, "", nullptr, source); in native_create()
127 return throw_exception(env, kSourceMalformedData, msg.c_str(), in native_create()
135 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
141 return throw_exception(env, kSourceMalformedData, "", nullptr, source); in native_create()
157 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd()
163 return throw_exception(env, kSourceMalformedData, in ImageDecoder_nCreateFd()
171 return throw_exception(env, kSourceMalformedData, "Could not open file", in ImageDecoder_nCreateFd()
[all …]