Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp79 doThrowIOE(env, "Image format not supported"); in createBitmapRegionDecoder()
92 doThrowIOE(env, msg); in createBitmapRegionDecoder()
123 doThrowIOE(env, "broken file descriptor"); in nativeNewInstanceFromFileDescriptor()
DGraphicsJNI.h239 void doThrowIOE(JNIEnv* env, const char* msg = NULL); // IO Exception
DBitmapFactory.cpp476 doThrowIOE(env, "broken file descriptor"); in nativeDecodeFileDescriptor()
DGraphics.cpp45 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE() function