Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp864 const char *defaultMsg = "Unknown Error"; in throwCryptoException() local
870 defaultMsg = "Crypto key not available"; in throwCryptoException()
874 defaultMsg = "License expired"; in throwCryptoException()
878 defaultMsg = "Resource busy or unavailable"; in throwCryptoException()
882 defaultMsg = "Required output protections are not active"; in throwCryptoException()
886 defaultMsg = "Attempted to use a closed session"; in throwCryptoException()
890 defaultMsg = "Operation not supported in this configuration"; in throwCryptoException()
896 jstring msgObj = env->NewStringUTF(msg != NULL ? msg : defaultMsg); in throwCryptoException()