Lines Matching refs:throw_exception
85 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()
140 return throw_exception(env, kSourceMalformedData, "", nullptr, source); in native_create()
154 return throw_exception(env, kSourceException, "Only supported on Android", nullptr, source); in ImageDecoder_nCreateFd()
160 return throw_exception(env, kSourceMalformedData, in ImageDecoder_nCreateFd()
168 return throw_exception(env, kSourceMalformedData, "Could not open file", in ImageDecoder_nCreateFd()
189 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in ImageDecoder_nCreateInputStream()
211 return throw_exception(env, kSourceMalformedData, "Failed to read ByteBuffer", in ImageDecoder_nCreateByteBuffer()