Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp849 const char *defaultMsg = "Unknown Error"; in throwCryptoException() local
855 defaultMsg = "Crypto key not available"; in throwCryptoException()
859 defaultMsg = "License expired"; in throwCryptoException()
863 defaultMsg = "Resource busy or unavailable"; in throwCryptoException()
867 defaultMsg = "Required output protections are not active"; in throwCryptoException()
871 defaultMsg = "Attempted to use a closed session"; in throwCryptoException()
875 defaultMsg = "Operation not supported in this configuration"; in throwCryptoException()
881 jstring msgObj = env->NewStringUTF(msg != NULL ? msg : defaultMsg); in throwCryptoException()