Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaSync.cpp162 AString msgWithErrorCode(msg == NULL ? "" : msg); in throwExceptionAsNecessary() local
163 msgWithErrorCode.append(" error:"); in throwExceptionAsNecessary()
164 msgWithErrorCode.append(err); in throwExceptionAsNecessary()
165 jniThrowException(env, "java/lang/IllegalStateException", msgWithErrorCode.c_str()); in throwExceptionAsNecessary()