Home
last modified time | relevance | path

Searched refs:doThrowISE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h264 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
DGraphics.cpp29 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function
DCanvas.cpp184 doThrowISE(env, "Underflow in restore"); in restore()