Searched defs:IllegalStateException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp41 static const char* const IllegalStateException = "java/lang/IllegalStateException"; member in namespace:android
292 jniThrowException(env, IllegalStateException, "Unable to update texture contents (see "
304 jniThrowException(env, IllegalStateException, "Unable to release texture contents (see "

Completed in 42 milliseconds