HomeSort by relevance Sort by last modified time
    Searched full:throwillegalstateexception (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 72 static void throwIllegalStateException(JNIEnv* env, char *message) {
87 throwIllegalStateException(env, (char*) "Cannot read bitmap info");
95 throwIllegalStateException(env, (char*) "Cannot get bitmap info");
111 throwIllegalStateException(env, (char*) "Cannot lock bitmap pixels");
119 throwIllegalStateException(env, (char*) "Cannot read bitmap pixels");
126 throwIllegalStateException(env, (char*) "Cannot unlock bitmap pixels");
135 throwIllegalStateException(env, (char*) "Cannot get bitmap info");
142 throwIllegalStateException(env, (char*) "Cannot write bitmap info");
150 throwIllegalStateException(env, (char*) "Cannot lock bitmap pixels");
158 throwIllegalStateException(env, (char*) "Cannot write bitmap pixels")
    [all...]

Completed in 96 milliseconds