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

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

Completed in 707 milliseconds