Searched refs:throwIllegalStateException (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 79 static void throwIllegalStateException(JNIEnv* env, char *message) { in throwIllegalStateException() function 94 throwIllegalStateException(env, (char*) "Cannot read bitmap info"); in readBitmapPixels() 102 throwIllegalStateException(env, (char*) "Cannot get bitmap info"); in readBitmapPixels() 118 throwIllegalStateException(env, (char*) "Cannot lock bitmap pixels"); in readBitmapPixels() 126 throwIllegalStateException(env, (char*) "Cannot read bitmap pixels"); in readBitmapPixels() 133 throwIllegalStateException(env, (char*) "Cannot unlock bitmap pixels"); in readBitmapPixels() 142 throwIllegalStateException(env, (char*) "Cannot get bitmap info"); in writeBitmapPixels() 149 throwIllegalStateException(env, (char*) "Cannot write bitmap info"); in writeBitmapPixels() 157 throwIllegalStateException(env, (char*) "Cannot lock bitmap pixels"); in writeBitmapPixels() 165 throwIllegalStateException(env, (char*) "Cannot write bitmap pixels"); in writeBitmapPixels() [all …]
|