Searched refs:throwIllegalStateException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp79 static void throwIllegalStateException(JNIEnv* env, char *message) { function in namespace:android
94 throwIllegalStateException(env, (char*) "Cannot read bitmap info");
102 throwIllegalStateException(env, (char*) "Cannot get bitmap info");
118 throwIllegalStateException(env, (char*) "Cannot lock bitmap pixels");
126 throwIllegalStateException(env, (char*) "Cannot read bitmap pixels");
133 throwIllegalStateException(env, (char*) "Cannot unlock bitmap pixels");
142 throwIllegalStateException(env, (char*) "Cannot get bitmap info");
149 throwIllegalStateException(env, (char*) "Cannot write bitmap info");
157 throwIllegalStateException(env, (char*) "Cannot lock bitmap pixels");
165 throwIllegalStateException(en
[all...]

Completed in 712 milliseconds