Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp97 static jobject throw_exception(JNIEnv* env, Error error, const char* msg, in throw_exception() function
119 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in native_create()
129 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
134 return throw_exception(env, kSourceIncomplete, "", nullptr, source); in native_create()
139 return throw_exception(env, kSourceMalformedData, msg.c_str(), in native_create()
147 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
152 return throw_exception(env, kSourceMalformedData, "", nullptr, source); in native_create()
166 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd()
172 return throw_exception(env, kSourceMalformedData, in ImageDecoder_nCreateFd()
180 return throw_exception(env, kSourceMalformedData, "Could not open file", in ImageDecoder_nCreateFd()
[all …]